Wolfram言語

新しい可視化領域

二次元セルオートマトンの規則を表示する

総和型の二次元5近傍コード20.

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

総和型の二次元9近傍コード111.

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

六角形の近傍を使った,総和型二次元セルオートマトン.

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

一般的な二次元セルオートマトン.

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

関連する例

de en es fr ko pt-br ru zh