Muestre reglas para autómatas celulares de dos dimensiones
Totalista de dos dimensiones, código 20 de cinco vecinos.
In[1]:=
RulePlot[CellularAutomaton[{20, {2, {{0, 1, 0}, {1, 1, 1}, {0, 1,
0}}}, {1, 1}}]]
Out[1]=
Totalista de dos dimensiones, código 111 de nueve vecinos.
In[2]:=
RulePlot[CellularAutomaton[{111, {2, {{1, 1, 1}, {1, 1, 1}, {1, 1,
1}}}, {1, 1}}]]
Out[2]=
Autómata celular totalista de dos dimensiones con vecinos hexágonos.
In[3]:=
RulePlot[CellularAutomaton[{56, {2, {{1, 1, 0}, {1, 1, 1}, {0, 1,
1}}}, {1, 1}}], Appearance -> "Hexagons"]
Out[3]=
Autómata celular general de dos dimensiones.
In[4]:=
RulePlot[CellularAutomaton[{23571113171923, 2, {1, 1}}]]
Out[4]=