Difference between revisions of "Elementary cellular automaton"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "In [[mathematics and [[computability theory]], an '''elementary cellular automaton''' is a one-dimensional cellular automaton where there are two possible states (labeled...")
 
Line 9: Line 9:
 
* [[Cellular automaton]]
 
* [[Cellular automaton]]
 
* [[Computability theory]]
 
* [[Computability theory]]
 +
* [[Computation]]
 
* [[Mathematics]]
 
* [[Mathematics]]
 +
* [[Rule 110]]
 +
* [[Turing completeness]]
  
 
== External links ==
 
== External links ==

Revision as of 18:32, 13 May 2016

In [[mathematics and computability theory, an elementary cellular automaton is a one-dimensional cellular automaton where there are two possible states (labeled 0 and 1) and the rule to determine the state of a cell in the next generation depends only on the current state of the cell and its two immediate neighbors.

As such it is one of the simplest possible models of computation.

Nevertheless, there is an elementary cellular automaton (Rule 110) which is capable of universal computation (see Turing completeness).

See also

External links