1,441 views

2 Answers

0 votes
0 votes

In that case it becomes

L1∩L2 = (a*b+ )* ab  

Hope now you can draw DFA.

Related questions

0 votes
0 votes
1 answer
1
jayadev asked Jan 7, 2022
842 views
follow method first draw dfa for ‘a’ always followed by ‘bb’ and reverse it
0 votes
0 votes
2 answers
2
Sambhrant Maurya asked Sep 27, 2018
4,566 views
Construct a DFA over Σ=(a,b) so that it accepts all strings where 1) 2nd symbol from the right is 'a'2) 3rd symbol from the right is 'a'
1 votes
1 votes
1 answer
3
Don't you worry asked Jun 11, 2016
3,609 views
Construct a DFA to accept all strings (1+0)^ with an equal no of zeros and 1's ,such that each prefix has atmost one more zero then 1's and at most one more 1's then zero...
0 votes
0 votes
1 answer
4
Bhumika Gupta asked Feb 11, 2018
527 views
Is the following DFA valid ?? Can we go to same state from a same state with different inputs ??