Re: using the result from previous calculation
- To: mathgroup at smc.vnet.net
- Subject: [mg26229] Re: [mg26223] using the result from previous calculation
- From: BobHanlon at aol.com
- Date: Wed, 6 Dec 2000 02:16:16 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Table[Random[], {5}]
{0.6041415650879557, 0.49608630404907667,
0.7352537786145241, 0.8542209010115526, 0.8504963177452763}
First[%]
0.6041415650879557
%%[[3]]
0.7352537786145241
Bob Hanlon
In a message dated 12/3/00 6:22:53 PM, koppensteiner.robert at utanet.at writes:
>I am a newbie to Mathematica having the following question: When I want
>to use in a programm the previous result (and depending on parameters)
>there have been more than one - and getting a result list - how could I
>use the first one for the following calculations ?
>