Wolfram Language

New Visualization Domains

Show Rules for Computational Systems

Plot the rules for elementary cellular automaton rule 30.

In[1]:=
Click for copyable input
RulePlot[CellularAutomaton[30]]
Out[1]=

Show the rules for the 3-color totalistic rule with code 867.

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

Show the rules for a cellular automaton with a fractional radius, using hexagons.

In[3]:=
Click for copyable input
RulePlot[CellularAutomaton[{9, 2, 1/2}], Appearance -> "Hexagons"]
Out[3]=

Show the rules for the 2-state, 2-color Turing machine 2506.

In[4]:=
Click for copyable input
RulePlot[TuringMachine[2506]]
Out[4]=

Plot the rules for a substitution system on three letters.

In[5]:=
Click for copyable input
RulePlot[SubstitutionSystem[{"A" -> "ABC", "BC" -> "A", "C" -> "CAB"}]]
Out[5]=

Show the rules for the 30^(th) Boolean function of five variables, with black representing true and white representing false.

In[6]:=
Click for copyable input
RulePlot[BooleanFunction[30, 5]]
Out[6]=

Related Examples

de es fr ja ko pt-br ru zh