454 views

2 Answers

0 votes
0 votes
Can you generate the string "baa" using a*(ba)* ? Can you do with (a+ba)* ?

Kindly convert the RL to epsilon - NFA and then convert to DFA.
0 votes
0 votes
In FIRST RE all "A" is followed by many no of "BA'"s that means there is no any "A" following "BA"

But in Second RE we choose either alternatively . and both of then accept epsilon .

I hope its clear ...

Related questions

2 votes
2 votes
2 answers
1
Kapil asked Jul 8, 2016
1,402 views
The equality of two regular expression is computed in? Give reasons also..Constant Timepolynomial timelogarithmic Polynomial timeExponential time
3 votes
3 votes
3 answers
3
vishal messi asked Aug 21, 2016
1,279 views
a*b*b (a+ (ab)*)* b*shortest string generated by this RE?
2 votes
2 votes
1 answer
4
Santhosh Devulapally asked Jun 20, 2016
1,293 views
1) (L/a)a=L(the left side represents the concatenation of the languages L/a and {a})2) a(a/L)=L(again concatenation with {a},this time on the left,is intended)3) ...