Re: Do Loop storing the outputs
- To: mathgroup at smc.vnet.net
- Subject: [mg39023] Re: [mg39019] Do Loop storing the outputs
- From: "Y.A.Tesiram" <yas at pcomm.hfi.unimelb.edu.au>
- Date: Sat, 25 Jan 2003 01:23:53 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Perhaps Fold, FoldList, Nest, NestList and NestWhileList may help. Regards Yas On Fri, 24 Jan 2003, Dimitris Psychoyios wrote: > > I have the following problem in a do loop. I want to repeat a procedure > that involves many functions many times, but I need to store the values > of the functions in a matrix after each iteration. > > Thank you in advance, > > Dimitirs Psychoyios > > > >