diff options
author | pommicket <leonardomtenenbaum@gmail.com> | 2016-07-31 01:01:09 -0400 |
---|---|---|
committer | pommicket <leonardomtenenbaum@gmail.com> | 2016-07-31 01:01:09 -0400 |
commit | 50ef368f3d0017f527e3d7db81e107e11e305e3e (patch) | |
tree | 6b4eae64c4351151dc5789c3e6c96fe7efe25120 /elementarycellularautomata.html | |
parent | 4fbb91bd0fbe01ee87d866de8ba20fd37987caff (diff) |
Added speed of light in elementary cellular automata
Diffstat (limited to 'elementarycellularautomata.html')
-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> |