3,485 views

1 Answer

Related questions

2 votes
2 votes
1 answer
1
admin asked Apr 21, 2019
8,101 views
Use the procedure described in $\text{Lemma 1.60}$ to convert the following finite automata to regular expressions.
0 votes
0 votes
1 answer
2
admin asked Apr 21, 2019
6,327 views
Use the procedure described in $\text{Lemma 1.55}$ to convert the following regular expressions to non-deterministic finite automata.$(0\cup 1)^{*}000(0\cup 1)^{*}$$(((0...
1 votes
1 votes
1 answer
3
admin asked Apr 21, 2019
4,497 views
Use the construction given in $\text{Theorem 1.39}$ to convert the following two non-deterministic finite automata to equivalent deterministic finite automata.
0 votes
0 votes
0 answers
4
admin asked Oct 17, 2019
256 views
Prove that $EQ_{DFA}$ is decidable by testing the two DFAs on all strings up to a certain size. Calculate a size that works.