Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Generate a causal graph of the Turing machine evolution
ResourceFunction["TuringMachineCausalGraph"][e] yields the causal graph for a Turing machine evolution e. | |
ResourceFunction["TuringMachineCausalGraph"][rule,init,t] yields the causal graph for the evolution of rule from init for t steps. |
Make a causal graph for a Turing machine evolution:
In[1]:= |
|
Out[1]= |
|
Use a manually created evolution spec:
In[2]:= |
|
Out[2]= |
|
All TuringMachine specs are supported, including 3-color rules:
In[3]:= |
|
Out[3]= |
|
And multidimensional rules:
In[4]:= |
|
Out[4]= |
|
Reproduce a causal graph from the TuringMachine documentation:
In[6]:= |
|
Out[6]= |
|
Generate a complex causal graph for a multidimensional rule:
In[7]:= |
|
Out[7]= |
|
This work is licensed under a Creative Commons Attribution 4.0 International License