Question: Show that the language L = { a ^ ( n ) b ^ ( n + 1 ) , n > = 1 }

Show that the language L={a^(n)b^(n+1),n>=1} is not regular using pumping lemma.
Check the ambiguity for the string id[id]in the given grammar:
E->E+T|T
T-> id |id[]|id[x]
x->E,E|E
Show that the language L = { a ^ ( n ) b ^ ( n +

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!