The cellular-automata tag has no wiki summary.
1
vote
0answers
142 views
Is it possible to extract the rules of cellular automata as Mathematica code?
I would like to run cellular automata in the vertical direction if row index is greater than column index and in the horizontal direction if row index is less than column index, in a square array ...