Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Generate the evolution of a probabilistic cellular automaton
ResourceFunction["ProbabilisticCellularAutomaton"][{p1,p2,…},init,t] generates a list representing the evolution of the probabilistic cellular automaton with probabilities pi from initial condition init for t steps. | |
ResourceFunction["ProbabilisticCellularAutomaton"][probs,init] gives the result of evolving init for one step. | |
ResourceFunction["ProbabilisticCellularAutomaton"][probs] is an operator form of ResourceFunction["ProbabilisticCellularAutomaton"] that represents one step of evolution. |
Run a probabilistic cellular automaton for three steps:
| In[1]:= |
|
| Out[1]= |
|
Visualize the evolution of a probabilistic cellular automaton:
| In[2]:= |
|
| Out[2]= |
|
Give the result of one step of evolution:
| In[3]:= |
|
| Out[3]= |
|
An alternative form:
| In[4]:= |
|
| Out[4]= |
|
This work is licensed under a Creative Commons Attribution 4.0 International License