Design an Infinite NTM for Any Input String: Turing Machine Question

AI Thread Summary
The discussion revolves around designing a non-terminating normalized Turing machine (NTM) that produces an infinite configuration sequence for any input string. The original poster struggles with defining the input language and how it affects the machine's behavior. They suggest that if the input were binary, they could create an infinite loop by moving the tape head to the right indefinitely. Concerns are raised about the potential for various inputs to cause the machine to terminate, questioning whether it's possible to ensure non-termination regardless of the input. The conversation emphasizes the importance of understanding Turing machine mechanics to address the problem effectively.
leo0liver
Messages
4
Reaction score
0
Hey guys just wondering if I could get some help with this question. I am having trouble with it as I don't know what the input language is and therefore what inputs to handle. Heres the question:

Design an NTM (normalised Turing machine) that never terminates, so that regardless of the input string, it always gives an infinite configuration sequence. (You only need two states!)

Thanks in advance!
 
Physics news on Phys.org
Ok sorry about that will read now
 
(Thread moved to the schoolwork forums)

Welcome to the PF, @leo0liver -- What can you tell us about Turing machines, and what can affect whether they terminate?
 
Last edited by a moderator:
Hey the problem I was having with this question is I was not sure what the set of inputs would be. For example if they had stated that it was a binary input I would have moved the tape head to the right for inputs 1 and 0 and then started an infinite loop causing the tape head to never return to the first position and therefore never terminate. If the input language is not specified wouldn't there be a very large of possibilities of letters that the machine first sees on the tape that would cause it to abort and finish in the starting position? Or is there a way to move left on the tape no matter what the input?
 
I could also be overthinking it and what they really are asking for is a machine that never terminates for an input of 0 1 or blank.
 
Back
Top