Plot Turing Machines
Plot the evolution and rule icon of a Turing machine starting on a blank tape for 10 steps.
In[1]:=
RulePlot[TuringMachine[2506], {1, {{}, 0}}, 10, PlotLegends -> "Icon",
ImageSize -> 300]
Out[1]=
Plot the evolution and rule icon of a Turing machine starting on a blank tape for 10 steps.
RulePlot[TuringMachine[2506], {1, {{}, 0}}, 10, PlotLegends -> "Icon",
ImageSize -> 300]