L1 = { a^i b^j | i,j>=0 }
My attempt:
S = SA|e
A = aAB|e
B = bB|e
I have no way to confirm my answer, is this correct?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s not correct because there’s no way to get a single “b” (or any number of “b”s without any “a”s).
(And I think you can fix it by changing just one letter ;o)
PS Sorry for earlier incorrect reply; thought it was for i=j.