in Theory of Computation closed by
431 views
0 votes
0 votes
closed with the note: Solved
>>1. Epsilon NFA and NFA equal in power.    ?

>>2.if we convert Epsilon NFA to NFA worst case no of state will it be same?
in Theory of Computation closed by
431 views

2 Comments

1 ) yes

2 ) I think Yes
2
2
1)yes

2)yes(only the no. Of final states may inc in nfa without null moves)
0
0

1 Answer

1 vote
1 vote
1. Yes, Epsilon NFA and NFA are equal in power and we say so because any NFA can be converted to Epsilon NFA and any Epsilon NFA can be converted to NFA. As a matter of fact all the machines belonging to finite automata family (Mealy Machine,Moore Machine,DFA,NFA,EPSILON NFA) have equal power.

2.Yes,while converting Epsilon NFA to NFA, the number of states are going to be same,always.