10,032 views
0 0 votes

I wanted to covert the finite automata of the question 'when no two a's and no two b's should come together' to regular expression. But I am not able to do so.

I have attached my working. Kindly see it and please tell where I am wrong. Also, I am not able to eliminate state B (and not eliminating step C) or vice-versa and draw it as a FA. Please also show the diagram if I eliminate B after eliminating C.

Please log in or register to answer this question.

Position:
Show:

Related questions

4 4 votes
1 answers 1 answer
6.0k
6.0k views
Aakanchha asked May 22, 2015
6,030 views
Build an FA that accepts the language of all strings of a's and b's such that next-to-last letter is an $a$.
2 2 votes
2 2 answers
1.2k
1.2k views
Tuhin Dutta asked Dec 4, 2017
1,205 views
Give the language and Regular Expression for this finite automaton.Is it a DFA or NFA? Can we draw a DFA without a single final state?