-
Notifications
You must be signed in to change notification settings - Fork 2
Definition
Kelvin DeCosta edited this page Dec 23, 2019
·
2 revisions
Alan constructs Turing machines based on the following formal definition:
-
A Turing Machine.
-
A finite, non-empty set of states.
-
The starting state
-
The set of final or accepting states.
The machine is said to accept an input tape if it halts in one of these states.
-
A finite non-empty set of tape symbols.
-
A symbol which occurs infinitely often at any step during computation.
-
The set of input symbols which are allowed to appear in the initial tape contents.
-
A partial function describing the transitions in the Turing Machine.
Whenever the machine is in a particular state and encounters a particular character in the tape, it is associated with a unique ordered triplet of a state, symbol and direction.