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}
\\
Asked
Active
Viewed 41 times
1
Werner
- 603,163
Dhruv Bhardwaj
- 91
- 4
\\. Your use of\\after thecenterenvironment is causing the problem. Remove it. See Documents with typical LaTeX errors. – Werner Oct 04 '15 at 05:28\begin{center}too. – Oct 04 '15 at 05:35