Turing Machine
Turing Machine
Turing Machine
Theory of Automata
Definition:
• A Turing machine (TM) is a finite-state machine with an infinite tape and a tape
head that can read or write one tape cell and move left or right.
Where
• Q is the finite set of states
• Σ a set of τ not including B, is the set of input symbols,
• τ is the finite state of allowable tape symbols,
• δ is the next move function, a mapping from Q × Γ to • Q × Γ ×{L,R} • Q0 in Q is
the start state,
• B a symbol of Γ is the blank,
• F is the set of final states.