in Theory of Computation
1,484 views
2 votes
2 votes
How to get the automata for a language L for which the deterministic finite automata of language reverse of R is given?
in Theory of Computation
by
1.5k views

2 Answers

2 votes
2 votes
If I'll go for d logic sake, if d DFA of language of reverse of R is given then certainly the final states of given R shud be turned to Non-Final and vice versa. I hope u've got wat I want to convey. Tat is how d DFA'll be obtained. :)

1 comment

0
0
1 vote
1 vote

suppose their is a DFA D for language L

then

Caption

if you make the start state of DFA D to final state and final state of DFA D to start state

and reverse the direction of transition then the new DFA will accept the reverse of language L

4 Comments

Yes u have to convert back to dfa

I don't think there is another approach

U can search on Google
0
0
Right answer, but you cant complement NFA & reverse it.
Rule says you can only do it with DFA.
NFA is just for making problem simpler, these operations are not to do with NFA.
I would feel more happy with the answer if you did convert it to DFA 1st while changing the final to nonfinal & reversing direction.
2
2
The example that you have given is not DFA.
0
0