Re: Interpolating Function
- To: mathgroup at smc.vnet.net
- Subject: [mg74197] Re: Interpolating Function
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 14 Mar 2007 03:46:46 -0500 (EST)
- Organization: Uni Leipzig
- References: <et5oik$js9$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi,
solution=NDSolve[someEquation,y[t],{t,0,Pi}];
Plot[Evaluate[y[t] /. solution],{t,0,Pi}]
???
Regards
Jens
amitsoni.1984 at gmail.com wrote:
> Hi,
>
> I used NDSolve to solve an ODE(f = NDSolve[.....] ) and got the result
> as an Interpolating function x->InterpolatingFunction[...]. It just
> gives the range of solution x. How can I plot or get the values of
> solution x?
>
> Thank you,
> Amit
>
>