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
2023-02-09-095731.term0 bytes2/14/2023, 3:30:12 PM
Cellaut.m15.4 KB4/25/2023, 1:41:45 PM
FindSpan6.txt257 bytes4/25/2023, 2:05:56 PM
Simple_Cell_Automata/6 items2/2/2023, 3:37:26 PM
Source code/2 items2/16/2023, 2:38:21 PM
brute_force_surjective.py2.4 KB5/14/2023, 8:14:23 PM
cellpylib/6 items2/28/2023, 3:26:34 PM
first_attempt.ipynb688 bytes2/6/2023, 9:33:00 PM
one_dim_cell_auto.py3.5 KB2/23/2023, 2:49:18 PM
regex2dfa.py11.8 KB3/14/2023, 2:02:49 PM
tomato_test/7 items2/7/2023, 3:31:59 PM
wip.nb202.8 KB4/25/2023, 1:35:49 PM