1,709 views
0 votes
0 votes
Assume, L is regular language. Let
statements S1 and S2 be defined as :
S1 : SQRT(L) = { x| for some y
with |y| = |x|2, xy ∈L}.
S2 : LOG(L) = { x| for some y with
|y| = 2|x|, xy ∈ L}.
Which of the following is true ?
(A) S1 is correct and S2 is not
correct.
(B) Both S1 and S2 are correct.
(C) Both S1 and S2 are not correct.
(D) S1 is not correct and S2 is
correct.

1 Answer

Best answer
3 votes
3 votes
Both are correct. MAX, MIN, ROOT, HALF, CYCLE, LOG Regular languages are closed under these operations.
selected by

Related questions

1 votes
1 votes
2 answers
1
Sanjay Sharma asked Apr 27, 2016
740 views
ans with explanation