Qurak

Visualize the evolution of a Turing machine

Example 1 step, run in order in one session. Every step was executed against the engine and the output below is what it produced.

Step 1
ArrayPlot[Function[u, MapAt[Red&, u[[2]], u[[1, 2]]]] /@ TuringMachine[2506, {1, {{}, 0}}, 50]]
Output
-Graphics-

Functions used

Related recipes

All recipes · Function reference · Use this from an MCP client