Affichez les règles pour les automates cellulaires bidimensionnels
Code bidimensionnel totalitaire à cinq voisins, code 20.
In[1]:=
RulePlot[CellularAutomaton[{20, {2, {{0, 1, 0}, {1, 1, 1}, {0, 1,
0}}}, {1, 1}}]]
Out[1]=
Code bidimensionnel totalitaire à neuf voisins, code 111.
In[2]:=
RulePlot[CellularAutomaton[{111, {2, {{1, 1, 1}, {1, 1, 1}, {1, 1,
1}}}, {1, 1}}]]
Out[2]=
Automate cellulaire bidimensionnel totaliste avec voisins hexagonaux.
In[3]:=
RulePlot[CellularAutomaton[{56, {2, {{1, 1, 0}, {1, 1, 1}, {0, 1,
1}}}, {1, 1}}], Appearance -> "Hexagons"]
Out[3]=
Automate cellulaire bidimensionnel général.
In[4]:=
RulePlot[CellularAutomaton[{23571113171923, 2, {1, 1}}]]
Out[4]=