edited by
998 views
0 votes
0 votes
Consider the following regular expressions:
I. 0(0+1)*
II. 0* 10*1(0 +1)*
III (0+10)*(1+€)
IV.[(0*10* 10*)* +0*]10*
A language L whose regular expression is r is said to be reverse isomorphic if L(r)= L(r^R). How many of the above regular expressions are reverse isomorphic?
edited by

Please log in or register to answer this question.

Related questions

1.9k
views
3 answers
5 votes
Hirak asked May 25, 2019
1,871 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...
688
views
1 answers
0 votes
692
views
0 answers
1 votes
Shivam Kasat asked Jan 7, 2019
692 views
Let x,y,z be regular expression.Let L1,L2 and L3 be regular expression defined as follows:L1=(x*y)*x*yL2=(x*y)(x*y)*L3=x*y(yx*)*yFind the relation between L1, L2 and L3?I...