Two Dimensional Cellular Automata Clause Samples

Two Dimensional Cellular Automata. The two dimensional CA in this document are similar to the one dimen- sional CA discussed so far. Instead of a row of positions, C now consist of a grid of positions. The values are still only binary (0 or 1) and there still is only one transition rule for all the cells. The number of cells is still finite and therefore CA discussed here have a width w, a height h and borders. Also the cell a now has two coordinates and the CA C looks like: (a) (b) (a) the von Neumann neighborhood and (b) ▇▇▇ ▇▇▇▇▇ neighborhood. a1,1 . . . aw,1 C = . . . . .