575 views
0 votes
0 votes

What will be the Regular Expression obtained from this Finite Automata? 

1 Answer

2 votes
2 votes
Regular Expression of above finite automata is c*a(d+bc*a)*

In the finite automata first c comes many times and then a ,after a there is choice

First choice is d or bc*a or Kleene closure of (d+bc*a)

Related questions

0 votes
0 votes
3 answers
2
nbhatt asked Sep 23, 2022
520 views
is a(ba)*=(ab)*a?
0 votes
0 votes
0 answers
3
nbhatt asked Sep 21, 2022
373 views
Can we simplify a*+a*b(d+ca*b)*ca* ? Where a,b,c,d are regular expression.
0 votes
0 votes
1 answer
4
nbhatt asked Sep 21, 2022
372 views
What will be the regular expression for following fa using recurrence relation method.