in Theory of Computation
168 views
0 votes
0 votes
L={xww |x,w$\epsilon${a,b}star} tell which machine
in Theory of Computation
by
168 views

1 comment

Above language is regular.

Trick : keep w as epsilon and use x for whatever string u want to generate.

Note : it is a complete language over a, b

Machine DFA.
0
0

1 Answer

0 votes
0 votes
L is regular. Since, w can be ϵ and x∈(a+b)∗ , making L=Σ∗   . i.e.; the set of strings generated by L  is {ϵ,a,b,aa,ab,ba,bb,aaa,…}=Σ∗