1,606 views
1 votes
1 votes
l = { <M> | M is a TM and M has more than 7 states }

Is this decidable /undecidable/R.E /non R.e.??

2 Answers

1 votes
1 votes
Yes there exists "Total turing machine" which can accept a Turing Machine M and say either yes or no .

Desgin of TTM : Check upto 7 states of Machine M .If present o/p:YES else o/p: NO
–1 votes
–1 votes

i think the answer might be SEMI DECIDABLE

bcz if the string lenght is less than 7,then it will halt in an NON FINAL STATE.(DECIDABLE)

if the string length is more than 7,then it will fall might be LOOP(UNDECIDABLE)

THIS IS SEMI-DECIDABLE.(NOT-RE)

if there is any flaw plz share with me 

Related questions

11 votes
11 votes
2 answers
1
sourav. asked Sep 9, 2017
4,512 views
My Question $\{\langle M \rangle \mid M$ is a TM and there exist an input whose length is less than 100, on which $M$ halts$\}$I have to check that it is Turing Recogniza...
1 votes
1 votes
1 answer
3
Mk Utkarsh asked Sep 15, 2018
1,495 views
$D = \left \{ M \mid \ M \text{ is a TM that accepts the input string } x \right \}$What is complement of D and is it Decidable, Turing recognizable or not Turing recogni...
1 votes
1 votes
1 answer
4
Xylene asked Jul 15, 2017
1,084 views
From rice theorem, I know that it is not recursive. But can someone prove that ? Or atleast give some intuitive proof?