edited by
540 views
0 votes
0 votes

The correct regular expression for the below mentioned Finite Automata

 

Do we have to have ca* as C is dead state,does dead state be a part of regular expression?

The expression I am gettting is c*a(d*+ba*) as C state is dead state hence no need to consider it.Please Correct me.

edited by

Please log in or register to answer this question.

Related questions

1 votes
1 votes
6 answers
1
0 votes
0 votes
1 answer
2
0 votes
0 votes
1 answer
3
Ashish Roy 1 asked Jul 15, 2018
1,147 views
Let L(r1)=(b*ab*ab*ab*)* & L(r2)=(b*ab*ab*)*. What is L(r1) Intersection L(r2)?a) (b*ab*ab*ab*)*b) (b*ab*ab*)*c) (b*ab*ab*)^6d) (b*ab*ab*ab*ab*ab*ab*)*Please do explain a...
0 votes
0 votes
0 answers
4
Ashish Roy 1 asked Jul 15, 2018
91 views
Let r1=(b*ab*ab*ab*)* , r2=(b*ab*ab*)*. What is L(r1) intersection L(r2)?a) (b*ab*ab*ab*)*b) (b*ab*ab*)*c) (b*ab*ab*)^6d) (b*ab*ab*ab*ab*ab*ab*)*