summaryrefslogtreecommitdiff
path: root/elementarycellularautomata.html
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2016-07-31 01:01:09 -0400
committerpommicket <leonardomtenenbaum@gmail.com>2016-07-31 01:01:09 -0400
commit50ef368f3d0017f527e3d7db81e107e11e305e3e (patch)
tree6b4eae64c4351151dc5789c3e6c96fe7efe25120 /elementarycellularautomata.html
parent4fbb91bd0fbe01ee87d866de8ba20fd37987caff (diff)
Added speed of light in elementary cellular automata
Diffstat (limited to 'elementarycellularautomata.html')
-rw-r--r--elementarycellularautomata.html2
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 &lt; 2<sup>2<sup>2n+1</sup></sup>
+the 2c+1 cells where c is the "speed of light". Rule number &lt; 2<sup>2<sup>2c+1</sup></sup>
</div>
Number of iterations: <input type="number" id="time" min="0" value="500"></input><br>