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
- Follow-Ups:
- Re: Beginners Question - Series list problem
- From: Tomas Garza <tgarza01@prodigy.net.mx>
- Re: Beginners Question - Series list problem
- From: "Julio Vera" <jvera@adinet.com.uy>
- Re: Beginners Question - Series list problem