690 views
0 votes
0 votes

what is the grammar generated by the complement of this DFA and what is the type?

6 Answers

0 votes
0 votes
The compliment of a regular language is always regular.The compliment of a finite language which is included in the regular languages will always be infinite but it will be in the regular set.To obtain the compliment of any DFA ,Just interchange the final and non-final states.

Related questions

739
views
1 answers
1 votes
Bhaskar Singh asked Feb 20, 2019
739 views
If a DFA "D" have symbol {0,1,2} and NFA "N" have symbol {0,1} but both are representing strings ending with 01 and whole string only contain {0,1} then can we say L(N) =...
607
views
1 answers
0 votes
Lakshman Bhaiya asked Dec 27, 2018
607 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.7k
views
2 answers
1 votes
aditi19 asked Dec 14, 2018
1,690 views
DFA in which 01 and 10 have equal number of occurrences
2.3k
views
1 answers
3 votes
aditi19 asked Dec 10, 2018
2,333 views
in reversal of DFA if there are more than one final states then which one will be made the initial state? a DFA can have only one initial state