Difference between revisions of "Speed"

From LifeWiki
Jump to navigation Jump to search
m (wording fixes)
Line 1: Line 1:
{{Glossary}}
{{Glossary}}
The '''speed''' of a [[pattern]] is a measure of the number of generations that it takes for some effect to travel some given distance. Speeds are almost always measured in reference to the '''speed of life''', denoted by ''c'', which is a rate of one [[cell]] per [[generation]]. The speed of life is the fastest possible speed at which any effect can propagate.
The '''speed''' of a [[pattern]] is a measure of the number of generations that it takes for some effect to travel some given distance. Speeds are almost always measured in reference to the '''speed of light''' (or '''speed of life'''), denoted by ''c'', which is a rate of one [[cell]] per [[generation]]. The speed of light is the fastest possible speed at which any effect can propagate.


==Spaceships==
==Spaceships==
Line 15: Line 15:
==External links==
==External links==
*[http://en.wikipedia.org/wiki/Spaceship_(cellular_automaton) Spaceships] at Wikipedia
*[http://en.wikipedia.org/wiki/Spaceship_(cellular_automaton) Spaceships] at Wikipedia
*[http://www.argentum.freeserve.co.uk/lex_c.htm Speed of light] at the Life Lexicon
*[http://www.argentum.freeserve.co.uk/lex_s.htm#speedoflight Speed of light] at the Life Lexicon

Revision as of 23:19, 12 February 2009

The speed of a pattern is a measure of the number of generations that it takes for some effect to travel some given distance. Speeds are almost always measured in reference to the speed of light (or speed of life), denoted by c, which is a rate of one cell per generation. The speed of light is the fastest possible speed at which any effect can propagate.

Spaceships

Lightweight spaceship (c/2)

For spaceships, the speed describes the number of cells that it has been displaced by after it has gone through one period. Speed is reported in the form dc/p where d is the displacement and p is the period. It is most common to reduce this "fraction" to lowest terms. For example, even though the period of a lightweight spaceship is 4, it moves 2 cells during those generations, giving it a speed of 2c/4 = c/2.

For spaceships that move diagonally, speed is defined the same as above, but where "the number of cells that is has been displaced by" refers only to the x or y direction; not both. So, for example, a glider has a speed of c/4, since it takes 4 generations to move one cell in the x direction and one cell in the y direction.

More generally, if a spaceship in any 2D cellular automaton is translated by (x,y) after n generations then its speed v may be defined as:

Speed formula.png

This definition can be generalized in a straightforward manner to cellular automata with dimension other than two.

External links