1
Ans7)As we can see from the automata itself that it is $\epsilon$- NFA so we need to convert it into a NFA and then to a DFA.\\
The Transition table is:\\
\begin{center}
\begin{tabular}{|c|c|c|}
  \hline
 &a&b\\
\hline
q2 &\{T,q1\}&\{q0,q1\}\\
\hline
q1 &\{q0\}&\{q0\}\\
\hline
q0 &\{q1\}&\{q1\}\\
\hline
T &$\{phi\}$&$\{\phi\}$ \\
\hline
\end{tabular}\\
\end{center}
\\
Werner
  • 603,163

0 Answers0