WolframInstitute/
TuringMachine
(1.0.1)
current version: 1.0.2 »
Installation Instructions
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["WolframInstitute/TuringMachine"]
To load the code after installation, evaluate this code:
Needs["WolframInstitute`TuringMachine`"]
Examples
Basic Examples (5)
Run One-sided Turing Machine function defined by s=3,k=2 rule 600720 on input 1 for at least 32 steps:
Return number of steps it took machine to terminate:
Return maximum width spanned by machine head on the tape:
Compute both steps and width and plot the evolution:
Compute values of all s=1,k=2 One-sided Turing Machine functions for inputs from 1 through 8:
Publisher
Wolfram Institute
Disclosures
Compatibility
Wolfram Language Version 14.3
External Links
Version History
-
1.0.2
– 21 January 2026
-
1.0.1
– 21 January 2026
-
1.0
– 21 January 2026
MIT License
Paclet Source
See Also