MathGroup Archive 2007

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

Search the Archive

Multiple nests?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg81764] Multiple nests?
  • From: Anolethron <Humbleguy876 at hotmail.com>
  • Date: Wed, 3 Oct 2007 02:27:50 -0400 (EDT)

I'm using Mathematica 5.2 and i need to apply a function to a list 
several times. I'm using next for doing it once, but after this process 
i need to apply a different function to the result of the previous one, 
as in this naif example:

no1[n_]:=Nest[function,list,n]	
no2[m_]:=Nest[function2,result of the previous one,m]
no3[l_]:=Nest[function3,resultofthepreviousone,l]

Is there a command or a way to do this straight away?

Thanks in advance


  • Prev by Date: Re: Strange Laplace Transform in 6.0
  • Next by Date: Re: help with polynomial solutions
  • Previous by thread: Re: Number of interval Intersections for a large number
  • Next by thread: Re: Multiple nests?