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!--> | ||
- | + | <br><br> | |
- | + | =Contents=<br> | |
*[[Team:LCG-UNAM-Mexico:CA#Cellular Automata | Cellular Automata]] | *[[Team:LCG-UNAM-Mexico:CA#Cellular Automata | Cellular Automata]] | ||
+ | *[[Team:LCG-UNAM-Mexico:CA#Design | Design]] | ||
*[[Team:LCG-UNAM-Mexico:CA#The Algorithm | The Algorithm]] | *[[Team:LCG-UNAM-Mexico:CA#The Algorithm | The Algorithm]] | ||
- | *Simulations | + | *[[Team:LCG-UNAM-Mexico:CA#Simulations | Simulations]] |
+ | |||
- | ==Cellular Automata== | + | ==Cellular Automata==<br> |
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> | ||
Line 20: | Line 22: | ||
- | + | ==The Algorithm== | |
<html> | <html> | ||
<!--<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">--> | <!--<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">--> |
Revision as of 04:38, 16 October 2009