|
[Date Index]
[Thread Index]
[Author Index]
Forcing Argument Evaluation
- To: mathgroup at smc.vnet.net
- Subject: [mg49848] Forcing Argument Evaluation
- From: "Scott Guthery" <sguthery at mobile-mind.com>
- Date: Wed, 4 Aug 2004 10:46:25 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
f[x_] := x^2;
a = {f,f/2};
a[[1]][2]
4
a[[2]][[2]
f/2[2]
I know I'm missing something fundamental.
Cheers, Scott
Prev by Date:
Re: envelope of an oscillatory InterpolatingFunction
Next by Date:
ReadListBinary question
Previous by thread:
Re: Re: PutAppend Command and Data Output
Next by thread:
Re: Forcing Argument Evaluation
|