二次元セルオートマトンの規則を表示する
総和型の二次元5近傍コード20.
In[1]:=
RulePlot[CellularAutomaton[{20, {2, {{0, 1, 0}, {1, 1, 1}, {0, 1,
0}}}, {1, 1}}]]
Out[1]=
総和型の二次元9近傍コード111.
In[2]:=
RulePlot[CellularAutomaton[{111, {2, {{1, 1, 1}, {1, 1, 1}, {1, 1,
1}}}, {1, 1}}]]
Out[2]=
六角形の近傍を使った,総和型二次元セルオートマトン.
In[3]:=
RulePlot[CellularAutomaton[{56, {2, {{1, 1, 0}, {1, 1, 1}, {0, 1,
1}}}, {1, 1}}], Appearance -> "Hexagons"]
Out[3]=
一般的な二次元セルオートマトン.
In[4]:=
RulePlot[CellularAutomaton[{23571113171923, 2, {1, 1}}]]
Out[4]=