M.Abdeldjalil
Registered: Nov 2008
Posts: 39 |
Cellular automata two dimensions
Hello,
Please, what i'll say is right or no?
About CA two dimensions, with 2 states(black/white), five neightbors, we have (2power2power5) rules .?!
So the rules will be codified with 32 binary number (0...31).
i tried this, but i can't find the same figure in this pages:
www.wolframscience.com/nksonline/page-173 www.wolframscience.com/nksonline/page-174
Is the code 475 the same rule 475?
Please, the rules in the section of notes
are wroten with wich language???
For example this:
CAStep[rule_, a_] := Map[rule[[10-#]] &,
ListConvolve[{{0, 2, 0}, {2, 1, 2}, {0, 2, 0}}, a, 2], {2}]
Thanks in advance.
Last edited by M.Abdeldjalil on 03-03-2009 at 10:57 AM
Report this post to a moderator | IP: Logged
|