MathGroup Archive 2002

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

Search the Archive

Beginners Question - Series list problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg35636] Beginners Question - Series list problem
  • From: Baz <bazcor at tiscali.co.uk>
  • Date: Wed, 24 Jul 2002 02:05:53 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

I am trying to generate a list of numbers where the number being
calculated is dependant on the previous list member. 

What I (think I) need is a function, like
SeriesTable[expr,{InitialValue,imax}] where IntitialValue will be the
first value in the list and expr will be evaluated on this value to
form the second value and so on Imax times.


My attempts to write such a function have failed miserably. Please
help ... Barry


  • Prev by Date: Re: elementwise vector scalar subtraction
  • Next by Date: troubles with lists
  • Previous by thread: Re: Slow iteration in a functional program
  • Next by thread: Re: Beginners Question - Series list problem