From 7c8ffd449ab7365cbe6e135f1a0a0de122d00e9e Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 29 Aug 2016 23:07:21 -0400 Subject: Changed navbar --- elementarycellularautomata.html | 77 ++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 48 deletions(-) (limited to 'elementarycellularautomata.html') diff --git a/elementarycellularautomata.html b/elementarycellularautomata.html index e692196..dd1b960 100644 --- a/elementarycellularautomata.html +++ b/elementarycellularautomata.html @@ -1,59 +1,40 @@ - - - + + + - - + + -Elementary Cellular Automata + Elementary Cellular Automata + - + Number of iterations:
+ Size (if the length of the starting configuration is less than the size, zeros will be added to both sides): +
+ Starting configuration:
+ Rule number:
+ "Speed of light":
+ - +

+ - -

Elementary Cellular Automata

- - + -
- -
-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 < 222c+1 -
- -Number of iterations:
-Size (if the length of the starting configuration is less than the size, zeros will be added to both sides): -
-Starting configuration:
-Rule number:
-"Speed of light":
- - -

- - - - - + -- cgit v1.2.3