Wolfram Language

Nouveaux domaines de visualisation

Affichez les règles pour les automates cellulaires bidimensionnels

Code bidimensionnel totalitaire à cinq voisins, code 20.

In[1]:=
Click for copyable input
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]:=
Click for copyable input
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]:=
Click for copyable input
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]:=
Click for copyable input
RulePlot[CellularAutomaton[{23571113171923, 2, {1, 1}}]]
Out[4]=

Exemples connexes

de en es ja ko pt-br ru zh