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. Theory of Computation theory-of-computation regular-expression finite-automata + – surbhijain93 10.0k views answer comment Share Follow Print See all 5 Comments 5 5 Comments reply Show 2 previous comments surbhijain93 commented May 10, 2018 reply Follow flag Thank you! 0 0 replyShare Prateek Raghuvanshi commented May 10, 2018 reply Follow flag Your welcome!!! 0 0 replyShare Anmol Verma commented Oct 13, 2018 reply Follow flag Is the below re also right...?? epsilon + (b+ab)(ab)* + (a+ba)(ba)* 0 0 replyShare Please log in or register to add a comment.