MathGroup Archive 2013

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

Search the Archive

Noob requests help with recursive formula

  • To: mathgroup at smc.vnet.net
  • Subject: [mg130131] Noob requests help with recursive formula
  • From: Garcia5529 at yahoo.fr
  • Date: Wed, 13 Mar 2013 04:19:08 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net

I appreciate any tips on how to code this in Mathematica.
I have two lists, each with 99 elements; A and B. Real numbers.
I want to form a list, C, whose elements are functions (F[]) of A and B, and also previous elements of C itself.

C ={F[A1/B1], F[A2/(B2-A1/C1)], F[A3/(B3-A1/C1-A2/C2)],..F[A99/(B99-A1/C1...-A98/C98.)}

...where the integers after A,B, and C, are element indices.
Thanks for any suggestions.
HG



  • Prev by Date: Cropping image parts through list of lists
  • Next by Date: Re: Query regarding Function
  • Previous by thread: Re: Cropping image parts through list of lists
  • Next by thread: Re: Noob requests help with recursive formula