Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In

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.

2033 views
License: MIT
ubuntu2004
Name
Size
Last Modified
COMPILE.txt1.7 KB1/18/2006, 12:04:56 AM
COMPILE.txt~1.7 KB1/18/2006, 12:04:56 AM
COPYING.txt14.9 KB1/18/2006, 12:04:56 AM
COPYING.txt~14.9 KB1/18/2006, 12:04:56 AM
Comp.cpp4.1 KB1/18/2006, 12:04:56 AM
Comp.cpp~4.1 KB1/18/2006, 12:04:56 AM
Comp.h1.9 KB1/18/2006, 12:04:56 AM
Comp.h~1.9 KB1/18/2006, 12:04:56 AM
Func.cpp19 KB1/18/2006, 12:04:58 AM
Func.cpp~19 KB1/18/2006, 12:04:58 AM
Func.h2.6 KB1/18/2006, 12:04:58 AM
Func.h~2.6 KB1/18/2006, 12:04:58 AM
FuncNode.cpp3.8 KB1/18/2006, 12:04:58 AM
FuncNode.cpp~3.8 KB1/18/2006, 12:04:58 AM
FuncNode.h2.4 KB1/18/2006, 12:04:58 AM
FuncNode.h~2.4 KB1/18/2006, 12:04:58 AM
GroupData.h1.1 KB1/18/2006, 12:05:50 AM
GroupData.h~1.1 KB1/18/2006, 12:05:50 AM
MList.h1.5 KB1/18/2006, 12:05:46 AM
MList.h~1.5 KB1/18/2006, 12:05:46 AM
MTRand.h14.1 KB1/18/2006, 12:05:44 AM
MTRand.h~14.1 KB1/18/2006, 12:05:44 AM
Makefile1.6 KB1/18/2006, 12:04:58 AM
Makefile~1.6 KB1/18/2006, 12:04:58 AM
RecNode.cpp3.6 KB1/21/2006, 10:47:38 PM
RecNode.cpp~3.6 KB1/21/2006, 10:47:38 PM
RecNode.h2.2 KB1/21/2006, 10:48:08 PM
RecNode.h~2.2 KB1/21/2006, 10:48:08 PM
STL/186 items2/16/2023, 2:38:27 PM
StorageKey.cpp2.8 KB1/18/2006, 12:05:32 AM
StorageKey.cpp~2.8 KB1/18/2006, 12:05:32 AM
StorageKey.h2.7 KB1/19/2006, 2:25:20 PM
StorageKey.h~2.7 KB1/19/2006, 2:25:20 PM
StorageKeyUInt.h3.3 KB1/18/2006, 12:05:34 AM
StorageKeyUInt.h~3.3 KB1/18/2006, 12:05:34 AM
StorageVal.cpp1 KB1/18/2006, 12:05:32 AM
StorageVal.cpp~1 KB1/18/2006, 12:05:32 AM
StorageVal.h1.1 KB1/18/2006, 12:05:32 AM
StorageVal.h~1.1 KB1/18/2006, 12:05:32 AM
StringOps.cpp3.5 KB1/21/2006, 11:03:26 PM
StringOps.cpp~3.5 KB1/21/2006, 11:03:26 PM
StringOps.h1.5 KB1/18/2006, 12:05:32 AM
StringOps.h~1.5 KB1/18/2006, 12:05:32 AM
dense.cpp28.5 KB1/19/2006, 2:53:26 PM
dense.cpp~28.5 KB1/19/2006, 2:53:26 PM
main.cpp30 KB1/24/2006, 1:10:24 PM
main.cpp~30 KB1/24/2006, 1:10:24 PM
prob.cpp21.9 KB1/24/2006, 1:16:18 PM
prob.cpp~21.9 KB1/24/2006, 1:16:18 PM