Cellular automata

From GenerativeArt

(Difference between revisions)
Jump to: navigation, search
(spacing)
(add 1 D applet)
The basic Wolfram cellular automaton uses only K = 2 states and R = 1 neighbor to either side.
The basic Wolfram cellular automaton uses only K = 2 states and R = 1 neighbor to either side.
-
====Basic Example:====
+
==Example of a Basic Cellular Automaton Rule and Rule Number==
 +
 
'''Number of rules = number of possible states'''
'''Number of rules = number of possible states'''
{{SingleImage|imageWidthPlusTen=510|imageURL=http://www.viz.tamu.edu/courses/viza626/10Fall/cellAut1.gif|caption=}}<br />
{{SingleImage|imageWidthPlusTen=510|imageURL=http://www.viz.tamu.edu/courses/viza626/10Fall/cellAut1.gif|caption=}}<br />
-
==Numbering Systems==
+
The eight result bits are then used to name the rule set with a rule number
-
# Simply "turn" result on its side:
+
 
-
#: C<sub>i</sub>(T+1) = 01111110 = 124
+
C<sub>i</sub>(T+1) = 00110101 = 53
-
#: '''"rule number 124"'''
+
 
 +
thus it is named "rule number 53"
 +
 
 +
[[http://philipgalanter.com/howdy/applets/1dca/index.html Click here to run a one dimensional cellular automata applet.]]
==Wolfram's Classification==
==Wolfram's Classification==

Revision as of 03:47, 20 February 2012

Personal tools