298 views
0 votes
0 votes
Language {w | ww=www} is regular.

How and what is this language?

1 Answer

1 votes
1 votes

The language will contain ONLY One String and that is Null String(Epsilon). Because for Any other string, ww can never be equal to www.

Thus, Regular.

Related questions

0 votes
0 votes
1 answer
1
practicalmetal asked Mar 25, 2023
374 views
The solution to $X = r +Xs$ by Arden’s Lemma when s has ϵa) an infinite number of solutionsb) a finite number of solutionsc) is always uniqued) none
1 votes
1 votes
1 answer
2
atulcse asked Jan 28, 2022
460 views
Which of the following languages is/are regular?
5 votes
5 votes
3 answers
3
Hirak asked May 25, 2019
1,739 views
Consider the following statements:$S_1:\{(a^n)^m|n\leq m\geq0\}$$S_2:\{a^nb^n|n\geq 1\} \cup \{a^nb^m|n \geq1,m \geq 1\} $Which of the following is regular?$S_1$ only$S_2...