Wolfram Language

New Visualization Domains

Display Rules for Two-Dimensional Cellular Automata

Totalistic two-dimensional, five-neighbor 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]=

Totalistic two-dimensional, nine-neighbor 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]=

Totalistic two-dimensional cellular automaton with hexagonal neighbors.

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]=

General two-dimensional cellular automaton.

In[4]:=
Click for copyable input
RulePlot[CellularAutomaton[{23571113171923, 2, {1, 1}}]]
Out[4]=

Related Examples

de es fr ja ko pt-br ru zh