Read-only right moving Turing machines

Read-only right moving Turing machines are a particular type of Turing machine.

Definition

The definition based on a single infinite tape defined to be a 7-tuple

where

In the case of these types of Turing Machines, the only movement is to the right. There must exist at least one element of the set F (a HALT state) for the machine to accept a regular language (Not in including the empty language).

An example Read Only right moving Turing machine

Q = { A, B, C, HALT }
Γ = { 0, 1 }
b = 0 = "blank"
Σ = , empty set
δ = see state-table below
q0 = A = initial state
F = the one element set of final states {HALT}

State table for 3 state, 2 symbol read only machine

Current state A Current state B Current state C
tape symbol Write symbol Move tape Next state Write symbol Move tape Next state Write symbol Move tape Next state
0 1 R B 1 R A 1 R B
1 1 R C 1 R B 1 N HALT

See also

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.