From 50ef368f3d0017f527e3d7db81e107e11e305e3e Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 31 Jul 2016 01:01:09 -0400 Subject: Added speed of light in elementary cellular automata --- elementarycellularautomata.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 elementary cellular automata like Rule 110. 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 < 222n+1 +the 2c+1 cells where c is the "speed of light". Rule number < 222c+1 Number of iterations:
-- cgit v1.2.3