MathGroup Archive 2003

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

Search the Archive

Re: Do Loop storing the outputs

  • To: mathgroup at smc.vnet.net
  • Subject: [mg39020] Re: [mg39019] Do Loop storing the outputs
  • From: "Hermann Schmitt" <schmitther at netcologne.de>
  • Date: Sat, 25 Jan 2003 01:23:34 -0500 (EST)
  • References: <200301241008.FAA04694@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hello,
I do not understand your problem fully, but I think you may use the
iteration construct For instead of Do.
 For[iter=start,.......
and use a matrix e.g. with name: mtr[iter], where iter is the value, which
changes in the loop.
Hermann Schmitt
----- Original Message -----
From: "Dimitris Psychoyios" <dpsycho at aueb.gr>
To: mathgroup at smc.vnet.net
Subject: [mg39020] [mg39019] Do Loop storing the outputs


>
> 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
>
>
>



  • Prev by Date: Re: Lower Floor
  • Next by Date: RE: Functional programming
  • Previous by thread: Re: Do Loop storing the outputs
  • Next by thread: Re: Do Loop storing the outputs