Re: Immediate or Delayed Definitions in NDSolve?
- To: mathgroup at smc.vnet.net
- Subject: [mg45113] Re: Immediate or Delayed Definitions in NDSolve?
- From: "Peltio" <peltio at twilight.zone>
- Date: Wed, 17 Dec 2003 07:54:30 -0500 (EST)
- References: <brchoh$2nt$1@smc.vnet.net> <brmqa0$oap$1@smc.vnet.net>
- Reply-to: "Peltio" <peltioNOSP at Miname.com.invalid>
- Sender: owner-wri-mathgroup at wolfram.com
"Peltio" wrote
Whoops, this
> data[a_, {y0_,yp0_}] :=
> ( g = f[a, {y0,yp0}];
> Table[{x, g} , {x, 0, 1, 10^-3}] )
should read
Table[{x, g[x]}, ...
cheers,
Peltio
--
invalid address in reply-to. Crafty deminging required to mail me.