recategorized by
326 views
0 votes
0 votes
What is "Regular set" ?
recategorized by

1 Answer

Best answer
3 votes
3 votes
A set , which consist of values of a regular expression is called as regular set .

Example : exp= (ab)*

L={ €,ab,abab,ababab ,......) Is regular set for above expression
selected by

Related questions

0 votes
0 votes
0 answers
1
admin asked Apr 3, 2019
404 views
Prove that $(L^{*}M^{*})^{*}=(L+M)^{*}.$Complete the proof by showing that strings in $(L^{*}M^{*})^{*}$ are also in $(L+M)^{*}.$
0 votes
0 votes
0 answers
2
admin asked Apr 3, 2019
483 views
We developed the regular expression $(0+1)^{*}1(0+1)+(0+1)^{*}1(0+1)(0+1)$ Use the distributive laws to develop two different,simpler,equivalent expressions.