1,524 views
0 votes
0 votes
. Consider these 2 statements:

S1: LR = L, if and only if L is the language of palindromes. where LR is obtained by reversing all the strings of L.

S2: | L1∙ L2 | = | L1 | × | L2 |

Relation?

 

(a) Both are F (b) Both are T 2 (c) S1 → T, S2 → F (d) S1 → F, S2 → T

1 Answer

1 votes
1 votes
For S1: Take L = { ab, ba }
For S2: Take L1 = { a, aa }, L2 = { ab, b }

Related questions

1 votes
1 votes
1 answer
1
focus _GATE asked Jul 17, 2015
364 views
3 votes
3 votes
2 answers
2
Sanjay Sharma asked Jul 20, 2020
1,943 views
Which of the following is not a monotonically increasing grammar?(A) Context-sensitive grammar(B) Unrestricted grammar(C) Regular grammar(D) Context-free grammar
1 votes
1 votes
0 answers
3
Deepalitrapti asked Jun 5, 2019
867 views
How comes 3 states i got 4 states
0 votes
0 votes
1 answer
4
Harikesh Kumar asked Jan 29, 2018
395 views
L=wxw^r.W=(0,1)^*Is regular language how?