MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: How to get range of InterpolatingFunction ?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg64032] Re: How to get range of InterpolatingFunction ?
  • From: "Borut Levart" <BoLe79 at gmail.com>
  • Date: Sat, 28 Jan 2006 02:23:45 -0500 (EST)
  • References: <drct5m$j01$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

You can extract this information from the InterpolatingFunction-object
with Part, ie. [[]]. If your solution is sol

sol = {y -> InterpolatingFunction[{{0., 3.}}, <>]}

then (y /. sol)[[1, 1]] will give you the list {0, 3}.

Bye,
Bo


  • Prev by Date: Weighted GraphPlot Display
  • Next by Date: Annoying Maximize behaviour
  • Previous by thread: Re: How to get range of InterpolatingFunction ?
  • Next by thread: Re: Re: How to get range of InterpolatingFunction ?