MathGroup Archive 2003

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

Search the Archive

Re: Recovering f[z] values?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg42698] Re: [mg42692] Recovering f[z] values?
  • From: jmt <jmt at dxdydz.net>
  • Date: Tue, 22 Jul 2003 04:40:36 -0400 (EDT)
  • Organization: dxdydz
  • References: <200307210915.FAA08637@smc.vnet.net>
  • Reply-to: jmt at dxdydz.net
  • Sender: owner-wri-mathgroup at wolfram.com

Try this :

f[z1]="one";
f[z2]="two";

{#[[1,1,1]],#[[1,1]]}&/@DownValues[f]

On Monday 21 July 2003 11:15, 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?


  • Prev by Date: Re: Recovering f[z] values?
  • Next by Date: Re: Combining plots and using different colors
  • Previous by thread: Recovering f[z] values?
  • Next by thread: Re: Recovering f[z] values?