687 views
4 4 votes
Which one is Regular?

1)$L_{1}=\left \{ a^{x}b^{y}c^{z} | \left ( x=y\vee y=z \right ) \wedge x+y+z\leq 100\right \}$

2)$L_{2}=\left \{ a^{x}b^{y}c^{z} | \left ( x=y\vee y=z \right ) \wedge x+y+z\geq 100\right \}$

Please log in or register to answer this question.

Position:
Show:

Related questions

0 0 votes
1 1 answer
531
531 views
Deepak9000 asked Nov 27, 2023
531 views
Why is C is regular as it non regular as?Please help me with this confusion
7 7 votes
3 answers 3 answers
2.6k
2.6k views
Garrett McClure asked Sep 22, 2017
2,555 views
Find regular expressions for:All binary strings with exactly two $1’s$The set $\{a^nb^m :n\geq3, m$ is even$\}$All binary strings with a double symbol (contains $00$ or $...
1 1 vote
1 answers 1 answer
1.1k
1.1k views
Miki_Patel asked Sep 26, 2016
1,066 views
L= { uwwRv : u,v,w are from {a,b}+ } is L regular ?L' = { wwRv : u,v,w are from {a,b}+ } is L' regular ?