Variations on Turing Machines
Learn how to simulate variants of the Turing machine using a standard Turing machine.
We'll cover the following...
Simulating a 2-track tape with a standard Turing machine
The Turing machine that adds binary numbers allows pairs of bits as input symbols. Another way to look at this example is as a machine with a -track tape. See the tape in the diagram below.
Press + to interact
We’ll design a that adds these numbers together, column-wise as before, leaving the tape with the following contents: the sum in the bottom track and the top track all blank.
Press + to interact
We’ll show that a standard, 1-track can simulate a 2-track machine by introducing new symbols to stand for pairs of symbols, as follows:
With these substitutions, the initial configuration in the figure above appears on a 1-track tape as ...