273 views
1 votes
1 votes

Suppose L is language accepted by dfa with some final state

it we convert non final state to final and final state to no final  than this dfa accept the reverse of language L(this is true)

but in case of pda if we convert non final to final  and final to non final state than language is accepted is reverse or not???

suppose anbn    is accepted by pda and if we change final to non final and non final to final than which language is accepted byy pda

1 Answer

0 votes
0 votes
Actualy, in DFA  by converting Non final state into final and final into non final we do not get reverse we get complement .

And this is not happen in pda becoz in pda becoz we do not provide all the transitions to all the states thats why dead configuration is present and that's why by converting non final into final and final into non final we dont get complemented language. This is the same reason that we can use for nfa in case of nfa also coplement of machine doesnot provide us complement of language

Related questions

0 votes
0 votes
1 answer
1
pream sagar asked Sep 23, 2018
220 views
what is the difference between denumerable , enumerable , countable.please explain I confused with this term when i see some theorem "Power set of an infinite set(denum...
0 votes
0 votes
0 answers
2
sreenivas.s1995 asked Jan 31, 2019
363 views
Does increasing number of threads decrease total waiting time of the process in terms of round robin scheduling or does it remain the same?Can you please explain why
0 votes
0 votes
0 answers
3
sreenivas.s1995 asked Jan 30, 2019
463 views
Which phase of the compiler detects the error?#include<stdio.h>int main(){printf(“%d”,2..3);return 0;}I think lexical analyzer am i correct?
0 votes
0 votes
0 answers
4
pream sagar asked Jan 9, 2019
352 views
are serial schedules counted or not in the concurrent schedules.The number of concurrent schedules can be formed with 3 transactions having 3, 2 and 1 operations respecti...