Section 2.3 Deterministic and Nondeterministic Finite Acceptors
(PRACTICE QUESTION) Question 3:
** Convert the nfa defined by
δ(4ο, α) = {90:91}
δ(41, b) = {91,92}
δ(42, α) = {42}
with initial state qe and final state q2 into an equivalent dfa..
(PRACTICE QUESTION)
Convert the nfa defined by
δ(9ο, α) = {90,91}
8(91,b) = {91,92}
δ(92, α) = {92}
δ(41, λ) = {91,92}
with initial state qo and final state q2 into an equivalent dfa.
5. (GRADED 3 points) On ∑ = {0,1}
Draw the NFA figure defined by:
8(q0, 1) = {q1}
8(q0, λ) = {q2}
8(q1, 1) = {q2}
8(q2, 1) = {q1}
8(q2, 0) = {q3,q4}
8(q4, 0) = {q2}
q0 is the initial state and q3 is the final (accepting) state
Convert the NFA to a DFA (show all your work)