CellularAutomaton[rule, init]
- To: mathgroup at smc.vnet.net
- Subject: [mg56588] CellularAutomaton[rule, init]
- From: John Kiehl <john.kiehl at soundtrackny.com>
- Date: Fri, 29 Apr 2005 03:21:39 -0400 (EDT)
- Reply-to: John Kiehl <john.kiehl at soundtrackny.com>
- Sender: owner-wri-mathgroup at wolfram.com
The first two definitions of CellularAutomaton[ ] are as follows: "CellularAutomaton[rule, init, t] generates a list representing the evolution of the cellular automaton with the specified rule from initial condition init for t steps. CellularAutomaton[rule, init] gives the result of evolving init for one step." This works: In[]= CellularAutomaton[110,{1},1] but this produces an error message saying that "three or four arguments are expected:" In[]= CellularAutomaton[110,{1}]
- Follow-Ups:
- Re: CellularAutomaton[rule, init]
- From: Chris Chiasson <chris.chiasson@gmail.com>
- Re: CellularAutomaton[rule, init]
- From: yehuda ben-shimol <bsyehuda@gmail.com>
- Re: CellularAutomaton[rule, init]