Re: using the result from previous calculation
- To: mathgroup at smc.vnet.net
- Subject: [mg26225] Re: [mg26223] using the result from previous calculation
- From: "Mark Harder" <harderm at ucs.orst.edu>
- Date: Wed, 6 Dec 2000 02:16:14 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Robert- You need to name your results. Give different results different names, i.e. x=result1; y=result2; , etc. If the result is a list & you need specific elements, you refer to them with Part[list,n], or list[[n]], which is the same thing. You would probably benefit from reading any of the introductory books about Mathematica to get this sort of thing and more details. -mark harder -----Original Message----- From: Robert Koppensteiner <koppensteiner.robert at utanet.at> To: mathgroup at smc.vnet.net Subject: [mg26225] [mg26223] using the result from previous calculation >Hi to all, > >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 ? > >thanks, >robert. > > >