retagged by
349 views
0 votes
0 votes

This language,

L = { <M,w> / M is a TM,w is a string and M does not halt on string w }

is not recursively enumerable ...right ???

retagged by

1 Answer

0 votes
0 votes
it is recursive because there is an answer for the string that whether it will halt or not ;

but in recursive enumrable language we know only if it will be acceptable and there is no decidebility for yes or no .

Related questions

1 votes
1 votes
1 answer
2
Ayan21 asked Dec 17, 2018
601 views
Does the statement given below is true?If a language L is recursive enumerable than there does not exits a TM that could accept complement of L but reject L.
0 votes
0 votes
0 answers
3
vignesh asked Apr 21, 2017
317 views
L = { <M / M is a Turing machine and M accepts a regular language }.This Language L is recursively enumerable but not recursive. ...right ??