537 views
0 votes
0 votes
Hello all,

I saw an interesting question and i was wondering how to solve it. basically the subject i am having trouble with is going from equivalence classes of $R_L$ to building a DFA.

The question:

L is a language over {0,1}, for which the equivalence classes of $R_L$ are:

$ \{w|\#_0(w) \is\ even\ and\ \#_1(w) \ is\ even\}$

$ \{w|\#_0(w) \is\ even\ and\ \#_1(w) \ is\ odd\}$

$ \{w|\#_0(w) \is\ odd\ and\ \#_1(w) \ is\ odd\}$

$ \{w|\#_0(w) \is\ odd\ and\ \#_1(w) \ is\ even\}$

additional information: $\epsilon \in L$ and $0, 1, 1110 \not \in L$

how do you go from equivalence classes to finding the DFA? don’t understand it.

thank you very much for your help

Please log in or register to answer this question.

Related questions

1.4k
views
1 answers
0 votes
Garrett McClure asked Sep 7, 2017
1,440 views
Find a DFA for the following language on Σ = {0, 1}L = {w : the value of w, interpreted as a binary representation of an integer is zero modulo five}. For example, 0101 and 1111, ... 5) mod 5, (2n + 1) mod 5 = [(2n mod 5) + 1] mod 5.
1.8k
views
1 answers
2 votes
Shubhanshu asked Oct 31, 2017
1,812 views
For drawing the DFA for right quotient I have referred following link:-Ref :- https://www.seas.upenn.edu/~cit596/notes/dave/closure5.htmlBut unable to get ... got that too using manual checking. but facing difficulty in drawing DFA for it.
988
views
2 answers
1 votes
vishal8492 asked Dec 6, 2016
988 views
Having hard time , to understand why (A) isn't the answer ? Looking at DFA it looks , 2* is good starting state ; then there are two paths 0 first ... occurences.Am I solving it wrong ? Is this incorrect approach to look at the question ?
295
views
1 answers
0 votes
Piyush Agarwal 1 asked Nov 3, 2018
295 views
Consider the following grammar G. Is this regular?S →EFE → a|∈F → abF|ac