Team:LCG-UNAM-Mexico:CA
From 2009.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
{{Template:LCG_top_Netscape}}<!--Do not remove the first and last lines in this page!--> | {{Template:LCG_top_Netscape}}<!--Do not remove the first and last lines in this page!--> | ||
- | + | ==Contents== | |
- | *Cellular Automata | + | *[[Team:LCG-UNAM-Mexico:CA#Cellular Automata | Cellular Automata]] |
- | *The Algorithm | + | *[[Team:LCG-UNAM-Mexico:CA#The Algorithm | The Algorithm]] |
*Simulations | *Simulations | ||
- | + | ==Cellular Automata== | |
A cellular automaton is discrete dynamical system: a grid in a n-dimensional space in which each cell has one of a finite number of states, say on and off. The state for a given cell at time t is a function of it’s own state and the states of its neighbours at time t-1.<br> As time advances in discrete steps, the system evolves according to universal laws. Every time the clock ticks, the cells update their states simultaneously. <br> Cellular Automaton can simulate continuous physical systems described by Partial Differential Equations (PDE) . | A cellular automaton is discrete dynamical system: a grid in a n-dimensional space in which each cell has one of a finite number of states, say on and off. The state for a given cell at time t is a function of it’s own state and the states of its neighbours at time t-1.<br> As time advances in discrete steps, the system evolves according to universal laws. Every time the clock ticks, the cells update their states simultaneously. <br> Cellular Automaton can simulate continuous physical systems described by Partial Differential Equations (PDE) . | ||
<br><br> | <br><br> |
Revision as of 04:36, 16 October 2009