384 views

1 Answer

3 votes
3 votes
The minimal DFA will be one in which there is only one start state and no final state as the language generated by the L(M) $\bigcap$ L(N) will be $\phi$.

L(M) = {b, bb, ab.......}

L(N) = {a, ba, aa,......}

L(M) $\bigcap$ L(N) = $\phi$

Related questions

0 votes
0 votes
1 answer
1
Lakshman Bhaiya asked Dec 27, 2018
581 views
Construct a minimal DFA which accepts set of all strings over {a,b}, such that$1)$Second symbol from $RHS$ should be $‘a’$$2)$Third symbol from $RHS$ should be $‘a�...
1 votes
1 votes
2 answers
2
Shivani gaikawad asked Jun 5, 2018
964 views
The minimum number of state in the DFA for the language $L = \{ w \mid (n_a(w)+2n_b(w))mod \hspace{0.1cm} 3<2 \} $ is
0 votes
0 votes
2 answers
3
Shivani gaikawad asked Jun 5, 2018
470 views
The minimum number of state in the DFA for the language $L = \{ w \mid w \in \{a,b\}^* \text{ w has exactly two a's and at least two b's} \}$ is $9$$10$$16$None
2 votes
2 votes
1 answer
4
rahul sharma 5 asked Nov 9, 2017
961 views
Minimum number of states in DFA where:, Number of a's and Number of b's are even and epsilon is not accepted.Langugae is defined over {a,b}