[The simplest class of one-dimensional cellular automata. Elementary cellular automata have two possible values for each cell (0 or 1), and rules that depend only on nearest neighbor values. As a result, the evolution of an elementary cellular automaton can completely be described by a table specifying the state a given cell will have in the next generation based on the value of the cell to its left, the value the cell itself, and the value of the cell to its right. Since there are  possible binary states for the three cells neighboring a given cell, there are a total of
 possible binary states for the three cells neighboring a given cell, there are a total of  elementary cellular automata, each of which can be indexed with an 8-bit binary number (Wolfram 1983, 2002). For example, the table giving the evolution of rule 30(
 elementary cellular automata, each of which can be indexed with an 8-bit binary number (Wolfram 1983, 2002). For example, the table giving the evolution of rule 30( ) is illustrated above. In this diagram, the possible values of the three neighboring cells are shown in the top row of each panel, and the resulting value the central cell takes in the next generation is shown below in the center.
) is illustrated above. In this diagram, the possible values of the three neighboring cells are shown in the top row of each panel, and the resulting value the central cell takes in the next generation is shown below in the center.  generations of elementary cellular automaton rule
 generations of elementary cellular automaton rule  are implemented as CellularAutomaton[r,
 are implemented as CellularAutomaton[r, 
 1
1 0
0 , n,
, n,  All, All
All, All ].]
].]
Montag, 24. März 2014
          
Abonnieren
Kommentare zum Post (Atom)
Powered by Blogger.

 
0 Kommentare:
Kommentar veröffentlichen
Hinweis: Nur ein Mitglied dieses Blogs kann Kommentare posten.