edited by
790 views
0 votes
0 votes

Simple question. However the question mention MFA or minimal Finite Automation. So can i take NFA as it has 3 states. DFA has four ( 1 extra for the dead state);

edited by

3 Answers

0 votes
0 votes
L1$\cap$L2={ \epsilon$ , ab}

To construct DFA for above language we need 4 states including 1 trap state.
0 votes
0 votes

Minimal FA is always NFA, and for Minimal FA is always NFA, and for the given question 3 is correct. the given question 3 is correct.

if NFA has 'n' states, then equivalent DFA will always have a number of states greater than n and lesser than 2n. Hence minimal FA is always NFA.

Related questions

3 votes
3 votes
3 answers
1
Hirak asked May 22, 2019
1,390 views
How many $2$ state DFA’s with the designated initial state can be constructed over the alphabet over the alphabet $\sum = \{a, b\}$ that accept universal language?$4$$1...