MathGroup Archive 2005

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

Search the Archive

defining a recursive formula?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg54869] defining a recursive formula?
  • From: "lou zion" <illuzioner at adelphia.net>
  • Date: Fri, 4 Mar 2005 05:08:04 -0500 (EST)
  • Reply-to: "lou zion" <illuzioner at adelphia.net>
  • Sender: owner-wri-mathgroup at wolfram.com

can someone help me represent the following?

i have a quantity p[R_] := i* R -a

i need to compute

F[N_]  := p[p[p[p[p[R]]]]]  to N levels deep.

how can i do this? thanks!

lou



  • Prev by Date: defining a recursive function
  • Next by Date: Re: New in 5.1.1?
  • Previous by thread: Re: defining a recursive function
  • Next by thread: Re: defining a recursive formula?