1,665 views
0 0 votes

I tried applying a method where we write equation as state with incoming transition on given dfa -

q1 = $\epsilon$ + bq1+bq2

q2 = aq1+aq2

but then able to reach till this conclusion only:

q2 = ab*+aq2+abq2b*

How to solve further?

Here q1 is a start state.

1 Answer

Position:
Show:

Related questions

0 0 votes
1 1 answer
649
649 views
0 0 votes
1 1 answer
4.4k
4.4k views
Shubhanshu asked Jul 1, 2017
4,370 views
Consider the given dfaWhat is the regular expression of the given dfa?I am getting :- a(ba)*bb + a(ba)*a + bbIs it correct or not?
1 1 vote
2 2 answers
1.4k
1.4k views
vishal8492 asked Dec 6, 2016
1,387 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 path good enough ; for ...