retagged by
738 views

1 Answer

Best answer
0 0 votes
L= { a^m b^n | m^2 + n^2 = 16}

 m^2 + n^2 = 16

above condition is nothing but ,  its equation of circle with radius 4 .so we have only finite values within that circle so it is regular .

​​​​​​​
edited by
Position:
Show:

Related questions

0 0 votes
3 3 answers
2.3k
2.3k views
!KARAN asked Jan 17, 2019
2,333 views
Let L = $\{ a^n b^m | m , n \in \textbf{N} \text{ and m is multiple of n}\}$How do we prove that this language is not CFL.
4 4 votes
0 0 answers
3.5k
3.5k views
yg92 asked Feb 8, 2017
3,533 views
Regular languages are not closed under Subset - Example anbn is subset of a*b* which is non-regular.DCFL/CFL languages are not closed under Subset - Example anbncn is su...
3 3 votes
2 answers 2 answers
2.4k
2.4k views
kanahanin asked Dec 8, 2015
2,384 views
Is the language given by $ww^R ww^R$, where $w$ is any string over the binary alphabet, Context Free or Context Sensitive?
9 9 votes
3 3 answers
3.7k
3.7k views
Akash Kanase asked Nov 25, 2015
3,661 views
Does CSL contains empty string ? I've got contradictory statements from various sources.Can someone for sure say whether empty string is CSL or not ! Please give the refe...