|
[Date Index]
[Thread Index]
[Author Index]
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}]
Prev by Date:
Re: Slow performance on OS X?
Next by Date:
Re: GUIKit problem
Previous by thread:
Re: is this solvable?
Next by thread:
Re: CellularAutomaton[rule, init]
|