8.Computation§
We can easily demonstate simple computation on unary representation.
We can easily demonstate simple computation on unary representation.
.
First do \(M_1\), then do \(M_2\) or \(M_3\) depending on current symbol.
(For \(\Sigma = \{a, b,c\}\)) Move head to the right until a blank is found.
Find first blank square to left: \(L_{\#}\)
Shift a string left.
Notice: The last step is “L#”, NOT with # a subscript! Meaning, “move left, then write #”. NOT “Move left until you see a #”.
Turing Thesis: Any computation that can be carried out by mechanical means can be performed by some Turing machine.