A (one dimensional) cellular automaton is a function1 F : Σ → Σ with the property that there is a K > 0 such that F (x)i depends only on the 2K + 1 coordinates xi−K , xi−K+1, . . . , xi−1, xi, xi+1, . . . , xi+K . A periodic point of σ is any x such that σ^p (x) = x for some p ∈ N, and a periodic point of F is any x such that F^q (x) = x for some q ∈ N. Given a cellular automaton F, a point x ∈ Σ is jointly periodic if there are p, q ∈ N such that σ^p (x) = F^q (x) = x, that is, it is a periodic point under both functions.
This project aims to explore the nature of one-dimensional Cellular Automata, in the hope of finding the structure of cellular automata through its periodic points.
License: MIT
ubuntu2004
Name | Size | Last Modified |
---|---|---|
COMPILE.txt | 1.7 KB | 1/18/2006, 12:04:56 AM |
COMPILE.txt~ | 1.7 KB | 1/18/2006, 12:04:56 AM |
COPYING.txt | 14.9 KB | 1/18/2006, 12:04:56 AM |
COPYING.txt~ | 14.9 KB | 1/18/2006, 12:04:56 AM |
Comp.cpp | 4.1 KB | 1/18/2006, 12:04:56 AM |
Comp.cpp~ | 4.1 KB | 1/18/2006, 12:04:56 AM |
Comp.h | 1.9 KB | 1/18/2006, 12:04:56 AM |
Comp.h~ | 1.9 KB | 1/18/2006, 12:04:56 AM |
Func.cpp | 19 KB | 1/18/2006, 12:04:58 AM |
Func.cpp~ | 19 KB | 1/18/2006, 12:04:58 AM |
Func.h | 2.6 KB | 1/18/2006, 12:04:58 AM |
Func.h~ | 2.6 KB | 1/18/2006, 12:04:58 AM |
FuncNode.cpp | 3.8 KB | 1/18/2006, 12:04:58 AM |
FuncNode.cpp~ | 3.8 KB | 1/18/2006, 12:04:58 AM |
FuncNode.h | 2.4 KB | 1/18/2006, 12:04:58 AM |
FuncNode.h~ | 2.4 KB | 1/18/2006, 12:04:58 AM |
GroupData.h | 1.1 KB | 1/18/2006, 12:05:50 AM |
GroupData.h~ | 1.1 KB | 1/18/2006, 12:05:50 AM |
MList.h | 1.5 KB | 1/18/2006, 12:05:46 AM |
MList.h~ | 1.5 KB | 1/18/2006, 12:05:46 AM |
MTRand.h | 14.1 KB | 1/18/2006, 12:05:44 AM |
MTRand.h~ | 14.1 KB | 1/18/2006, 12:05:44 AM |
Makefile | 1.6 KB | 1/18/2006, 12:04:58 AM |
Makefile~ | 1.6 KB | 1/18/2006, 12:04:58 AM |
RecNode.cpp | 3.6 KB | 1/21/2006, 10:47:38 PM |
RecNode.cpp~ | 3.6 KB | 1/21/2006, 10:47:38 PM |
RecNode.h | 2.2 KB | 1/21/2006, 10:48:08 PM |
RecNode.h~ | 2.2 KB | 1/21/2006, 10:48:08 PM |
STL/ | 186 items | 2/16/2023, 2:38:27 PM |
StorageKey.cpp | 2.8 KB | 1/18/2006, 12:05:32 AM |
StorageKey.cpp~ | 2.8 KB | 1/18/2006, 12:05:32 AM |
StorageKey.h | 2.7 KB | 1/19/2006, 2:25:20 PM |
StorageKey.h~ | 2.7 KB | 1/19/2006, 2:25:20 PM |
StorageKeyUInt.h | 3.3 KB | 1/18/2006, 12:05:34 AM |
StorageKeyUInt.h~ | 3.3 KB | 1/18/2006, 12:05:34 AM |
StorageVal.cpp | 1 KB | 1/18/2006, 12:05:32 AM |
StorageVal.cpp~ | 1 KB | 1/18/2006, 12:05:32 AM |
StorageVal.h | 1.1 KB | 1/18/2006, 12:05:32 AM |
StorageVal.h~ | 1.1 KB | 1/18/2006, 12:05:32 AM |
StringOps.cpp | 3.5 KB | 1/21/2006, 11:03:26 PM |
StringOps.cpp~ | 3.5 KB | 1/21/2006, 11:03:26 PM |
StringOps.h | 1.5 KB | 1/18/2006, 12:05:32 AM |
StringOps.h~ | 1.5 KB | 1/18/2006, 12:05:32 AM |
dense.cpp | 28.5 KB | 1/19/2006, 2:53:26 PM |
dense.cpp~ | 28.5 KB | 1/19/2006, 2:53:26 PM |
main.cpp | 30 KB | 1/24/2006, 1:10:24 PM |
main.cpp~ | 30 KB | 1/24/2006, 1:10:24 PM |
prob.cpp | 21.9 KB | 1/24/2006, 1:16:18 PM |
prob.cpp~ | 21.9 KB | 1/24/2006, 1:16:18 PM |