Wolfram Language

Novos domínios de visualização

Mostre regras para autômatos celulares de duas dimensões

Totalista de duas dimensões, código 20 de cinco vizinhos.

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

Totalista de duas dimensões, código 111 de nove vizinhos.

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

Autômato celular totalista de duas dimensões com vizinhos hexagonais.

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

Autômato celular geral de duas dimensões.

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

Exemplos Relacionados

de en es fr ja ko ru zh