Re: Interpolating Function
- To: mathgroup at smc.vnet.net
- Subject: [mg74313] Re: Interpolating Function
- From: "amitsoni.1984 at gmail.com" <amitsoni.1984 at gmail.com>
- Date: Sun, 18 Mar 2007 00:47:59 -0500 (EST)
- References: <et5oik$js9$1@smc.vnet.net><et8enh$qsi$1@smc.vnet.net>
Thank you for your suggestions, It worked :) Thank you, Amit On Mar 14, 2:19 am, dh <d... at metrohm.ch> wrote: > Hi Amit, > > what you got: x->InterpolatingFunction[...] is a replacement rule. To > > get a function from this you may say: > > fun= x /. x->InterpolatingFunction[...] > > and a function value you get from e.g. fun[3.] > > Daniel > > amitsoni.1... 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