In: Computer Science
2. If A is regular, and A = A, then B must be not regular. True or False
3. Given three languages A, B, C where . If both A and B are regular, then C must be regular. True or False
Automata and Computation
2)if A is regular and B need not be regular.it depends on the language accepted by B
3)Even if both A and B are regular that doesn't mean C needs to be regular.it depends on the language generated by C.
So both 2 and 3 are false.