483 views

1 Answer

1 votes
1 votes

This problem can be solved using the closure property of REL. The language generated by union of 2 RELs is a new REL. 

And as the new generated language is REL that means we can build a Turing Machine for it. This new TM will accept both the languages.

REL1 ∪ REL2 ≡ REL.

 

Related questions

3 votes
3 votes
2 answers
1
0 votes
0 votes
0 answers
2
Abhi_1o1 asked Jul 19, 2023
116 views
How to design a Mealy machine for binary subtraction?
0 votes
0 votes
2 answers
3
gateexplore asked Jun 11, 2023
211 views
Construct finite automaton corresponding to regular expression (a + b)*cd*e
0 votes
0 votes
2 answers
4
gateexplore asked Jun 11, 2023
233 views
Construct NFA for the set of strings Σ={0, 1} of alternate 0's and 1's