von Neumann CA {solution}
- To: mathgroup at smc.vnet.net
- Subject: [mg56113] von Neumann CA {solution}
- From: Manuel Marques-Pita <m.marques-pita at ed.ac.uk>
- Date: Fri, 15 Apr 2005 04:48:51 -0400 (EDT)
- Organization: Edinburgh University
- Sender: owner-wri-mathgroup at wolfram.com
GMT)
Hello!
I found out how to do it! I wish the help document was a bit more
explicit. But the information was still there :-)
iterationList = CellularAutomaton[{FromDigits[stripes, 3], {3, {{0,
3^4, 0}, {3^3, 3^2, 3}, {0, 1, 0}}}, {1, 1}}, init2, 1]
It does work by specifying the weights of neighbourhood cells from
highest to lowest significance, and that the dimensions
All the best
Manuel