Re: Recovering f[z] values?
- To: mathgroup at smc.vnet.net
- Subject: [mg42699] Re: Recovering f[z] values?
- From: Francesco Siano <fsiano at thphy.uni-duesseldorf.de>
- Date: Tue, 22 Jul 2003 04:40:37 -0400 (EDT)
- Organization: Heinrich-Heine-Universitaet
- References: <bfgb8a$8g4$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Maybe something like this ? f[z_]:=f[z]= your function of z -Francesco AES/newspost wrote: > During the course of a long notebook evaluation a certain function > > f[z] = some function of z > > gets executed multiple times for various values of z which are no longer > remembered. Near the end of the calculation it's desired to recover all > these values, perhaps in a list > > {{z1,f[z1]}, {z2,f[z2}, . . . } > > Is there a simple way to do this? >