Skip to content

Commit d4f5025

Browse files
authoredSep 27, 2023
Merge pull request #808 from MarioFares/lec7
Lecture 7: Small typo in overview and p.15
2 parents fe683e9 + 75ce155 commit d4f5025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lec_07_other_models.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ The [Wikipedia page](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) for
441441

442442
![In a _two dimensional cellular automaton_ every cell is in position $i,j$ for some integers $i,j \in \Z$. The _state_ of a cell is some value $A_{i,j} \in \Sigma$ for some finite alphabet $\Sigma$. At a given time step, the state of the cell is adjusted according to some function applied to the state of $(i,j)$ and all its neighbors $(i \pm 1, j\pm 1)$. In a _one dimensional cellular automaton_ every cell is in position $i\in \Z$ and the state $A_i$ of $i$ at the next time step depends on its current state and the state of its two neighbors $i-1$ and $i+1$.](../figure/onetwodimensionalca.png){#onetwodimcellularautomatafig}
443443

444-
Since the cells in the game of life are are arranged in an infinite two-dimensional grid, it is an example of a _two dimensional cellular automaton_.
444+
Since the cells in the game of life are arranged in an infinite two-dimensional grid, it is an example of a _two dimensional cellular automaton_.
445445
We can also consider the even simpler setting of a _one dimensional cellular automaton_, where the cells are arranged in an infinite line, see [onetwodimcellularautomatafig](){.ref}.
446446
It turns out that even this simple model is enough to achieve Turing-completeness.
447447
We will now formally define one-dimensional cellular automata and then prove their Turing completeness.

0 commit comments

Comments
 (0)
Please sign in to comment.