A Turing Machine with Left Reset is similar to an ordinary Turing Machine, but t
ID: 3629546 • Letter: A
Question
A Turing Machine with Left Reset is similar to an ordinary Turing Machine, but the transition function has the form:
: Q x x {R,RESET}
If (q,a) = {r,b,RESET} when the turing machine is in state q reading an a, the machine's head jumps to the left-hand end of the tape after it writes b on the tape and enters state r. Note that these machines do not have the usual ability to move the head one symbol left. Show that turing machines with left reset with left reset recognize the class of Turing-recognizable languages.
Explanation / Answer
d: Q x t x {R,RESET}