retagged by
381 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

638
views
1 answers
1 votes
Ayan21 asked Dec 17, 2018
638 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.
329
views
0 answers
0 votes
vignesh asked Apr 21, 2017
329 views
L = { <M / M is a Turing machine and M accepts a regular language }.This Language L is recursively enumerable but not recursive. ...right ??
424
views
1 answers
0 votes
vignesh asked Apr 21, 2017
424 views
L = { <M,w / M is a TM,w is a string and M on simulating w,the Read/write head of M moves 100 steps away from the left most symbol of input }.Assume initially the Read/wr...