Re: Derivatives D[ ] as Functions inside Tables; Need Help!
- To: mathgroup at smc.vnet.net
- Subject: [mg13177] Re: Derivatives D[ ] as Functions inside Tables; Need Help!
- From: Paul Abbott <paul at physics.uwa.edu.au>
- Date: Mon, 13 Jul 1998 07:42:25 -0400
- Organization: University of Western Australia
- References: <6nsil0$f32@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
AES wrote:
> Table[{x, f1[a,x], f2[a.x]} // N, {x,0,4}] // TableForm
>
> and everything looks fine -- except the function f2[a,x] will not
> evaluate inside the Table[ ].
I think
Table[Evaluate[{x, f1[a,x], f2[a,x]}],{x,0,4}]//N//TableForm
will give you what you want.
Cheers,
Paul
____________________________________________________________________
Paul Abbott Phone: +61-8-9380-2734
Department of Physics Fax: +61-8-9380-1014
The University of Western Australia Nedlands WA 6907
mailto:paul at physics.uwa.edu.au AUSTRALIA
http://www.pd.uwa.edu.au/~paul
God IS a weakly left-handed dice player
____________________________________________________________________