MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: CellularAutomaton[rule, init]

  • To: mathgroup at smc.vnet.net
  • Subject: [mg56604] Re: [mg56588] CellularAutomaton[rule, init]
  • From: Chris Chiasson <chris.chiasson at gmail.com>
  • Date: Sat, 30 Apr 2005 01:27:13 -0400 (EDT)
  • References: <200504290721.DAA10313@smc.vnet.net>
  • Reply-to: Chris Chiasson <chris.chiasson at gmail.com>
  • Sender: owner-wri-mathgroup at wolfram.com

Neither mine nor the latest version of the documentation seems to
mention that two parameter form:

http://documents.wolfram.com/mathematica/functions/CellularAutomaton

http://documents.wolfram.com/v5/Built-inFunctions/ListsAndMatrices/StructureManipulation/CellularAutomaton.html

On 4/29/05, John Kiehl <john.kiehl at soundtrackny.com> wrote:
> 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}]
> 
> 


-- 
Chris Chiasson
http://chrischiasson.com
Kettering University
Mechanical Engineering
Graduate Student
1 810 265 3161


  • Prev by Date: Re: CellularAutomaton[rule, init]
  • Next by Date: Re: is this solvable?
  • Previous by thread: Re: CellularAutomaton[rule, init]
  • Next by thread: Keeping "Further Examples" Open In Help Browser