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
- Follow-Ups:
- Re: Multiple nests?
- From: Sseziwa Mukasa <mukasa@jeol.com>
- Re: Multiple nests?