diff options
-rw-r--r-- | elementarycellularautomata.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elementarycellularautomata.html b/elementarycellularautomata.html index e12ca18..e692196 100644 --- a/elementarycellularautomata.html +++ b/elementarycellularautomata.html @@ -39,7 +39,7 @@ button:active This is a program which runs <a href="https://en.wikipedia.org/wiki/Elementary_cellular_automaton">elementary cellular automata</a> like <a href="https://en.wikipedia.org/wiki/Rule_110">Rule 110</a>. Each cell is determined by the 3 cells above it (assuming speed of light = 1), using rules specified by the rule number. The "speed of light", (A.K.A. the range) is how quickly information travels. Each cell is determined by -the 2c+1 cells where c is the "speed of light". Rule number < 2<sup>2<sup>2n+1</sup></sup> +the 2c+1 cells where c is the "speed of light". Rule number < 2<sup>2<sup>2c+1</sup></sup> </div> Number of iterations: <input type="number" id="time" min="0" value="500"></input><br> |