|
[Date Index]
[Thread Index]
[Author Index]
Re: Forcing Argument Evaluation
- To: mathgroup at smc.vnet.net
- Subject: [mg49867] Re: [mg49848] Forcing Argument Evaluation
- From: Sseziwa Mukasa <mukasa at jeol.com>
- Date: Thu, 5 Aug 2004 09:20:26 -0400 (EDT)
- References: <200408041446.KAA20125@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
On Aug 4, 2004, at 10:46 AM, Scott Guthery wrote:
> f[x_] := x^2;
> a = {f,f/2};
>
> a[[1]][2]
> 4
>
> a[[2]][[2]
> f/2[2]
>
a={f,f[#]/2&}
Regards,
Ssezi
Prev by Date:
How to creat this 8×8 images
Next by Date:
Problem with FourierTransform
Previous by thread:
Forcing Argument Evaluation
Next by thread:
Re: Forcing Argument Evaluation
|