400 views
0 votes
0 votes
L= { M⟩|L(M) accepts empty string}  

L={⟨M⟩|TM halts on empty string}

Identify RE , REC , Not RE ??

Are this two languages or same

I think both are same if TM halts on $\epsilon$ then L(M) accepts $\epsilon$ right ??

1 Answer

–1 votes
–1 votes

yes

bcoz in both the cases the input is finite i.e. an empty string i.e ϵ

and we can say yes or no

=> it is decidable

=> it is recursive

 

Related questions

0 votes
0 votes
1 answer
2
mrinmoyh asked Dec 27, 2018
319 views
L1 $\cap$ L2 = $\phi$ This problem is decidable or undecidable in case of CSL, REL, & REnL ????
0 votes
0 votes
0 answers
3
newdreamz a1-z0 asked Dec 22, 2018
471 views
L={ <M | ‘M’ IS A TURING MACHINE AND ‘M’ COMPUTES THE PRODUCT OF TWO NUMBERS }here what can we say about ‘L’?
2 votes
2 votes
1 answer
4
kumar.dilip asked Dec 13, 2018
477 views
If L is CFL then $\bar{L}$ is Recursive. ( True/False)If L is CFL then $\bar{L}$ is RE. (True/Flase).