|
|
|||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
| CellularAutomaton[rule, init, t] generates a list representing the evolution of the cellular automaton with the specified rule from initial condition init for t steps. |
| CellularAutomaton[rule, init] gives the result of evolving init for one step. |
| CellularAutomaton[rule, init, {tspec, xspec, ...}] gives only those parts of the evolution specified by tspec, xspec, etc. |
| CellularAutomaton[rule, init, {t, All, ...}] includes at each step all cells that could be affected over the course of t steps. |
| n | ||
| {n,k} | general nearest-neighbor rule with k colors | |
| {n,k,r} | general rule with k colors and range r | |
| {n,k,{r1,r2,...,rd}} | d-dimensional rule with | |
| {n,k,{{off1},{off2},...,{offs}}} | rule with neighbors at specified offsets | |
| {n,k,rspec,s} | order-s rule | |
| {n,{k,1}} | k-color nearest-neighbor totalistic rule | |
| {n,{k,1},r} | k-color range r totalistic rule | |
| {n,{k,{wt1,wt2,...}},rspec} | rule in which neighbor i is assigned weight wti | |
| {lhs1->rhs1,lhs2->rhs2,...} | explicit replacements for lists of neighbors | |
| {fun,{},rspec} | function fun to apply to each list of neighbors |
| {n,{k,1},{1,1}} | 9-neighbor totalistic rule | |
| {n,{k,{{0,1,0},{1,1,1},{0,1,0}}},{1,1}} | ||
| 5-neighbor totalistic rule | ||
| {n,{k,{{0,k,0},{k,1,k},{0,k,0}}},{1,1}} | ||
| 5-neighbor outer totalistic rule | ||
| elementary rules | 256 | |
| 1D general rules | ||
| 1D totalistic rules | ||
| 2D general rules | ||
| 2D 9-neighbor totalistic rules | ||
| 2D 5-neighbor totalistic rules | ||
| 2D 5-neighbor outer totalistic rules |
| {a1,a2,...} | explicit list of values ai, assumed cyclic | |
| {{a1,a2,...},b} | values ai superimposed on a b background | |
| {{a1,a2,...},{b1,b2,...}} | values ai superimposed on a background of repetitions of b1, b2, ... | |
| {{{{a11,a12,...},off1}, {{a21,...},off2},...},bspec} | ||
| values aij at offsets offi on a background | ||
| {{a11,a12,...},{a21,...},...} | explicit list of values in two dimensions | |
| {aspec,bspec} | values in d dimensions with d-dimensional padding | |
| t | all steps 0 through t | |
| {t} | a list containing only step t | |
| {{t}} | step t alone | |
| {t1,t2} | steps t1 through t2 | |
| {t1,t2,dt} | steps t1, t1+dt, ... |
| All | all cells that can be affected by the specified initial condition | |
| Automatic | all cells in the region that differs from the background | |
| 0 | cell aligned with beginning of aspec | |
| x | cells at offsets up to x on the right | |
| -x | cells at offsets up to x on the left | |
| {x} | cell at offset x to the right | |
| {-x} | cell at offset x to the left | |
| {x1,x2} | cells at offsets x1 through x2 | |
| {x1,x2,dx} | cells x1, x1+dx, ... |
| © 2013 Wolfram Research, Inc. |