Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Generate a causal graph from a substitution system using standard updating order
ResourceFunction["SubstitutionSystemCausalGraph"][rule,init,t] generates a causal graph from the evolution of a substitution system. | |
ResourceFunction["SubstitutionSystemCausalGraph"][rule,init,t,"Layered"] generates a layered causal graph from the evolution of a substitution system. |
Create a causal graph of a substitution system:
In[1]:= |
|
Out[1]= |
|
Show the layered embedding of a causal graph:
In[2]:= |
|
Out[2]= |
|
Use a single rule:
In[3]:= |
|
Out[3]= |
|
Use multiple rules:
In[4]:= |
|
Out[4]= |
|
Causal graph, without and with initialization:
In[5]:= |
|
Out[5]= |
|
This work is licensed under a Creative Commons Attribution 4.0 International License