Re: How to get range of InterpolatingFunction ?
- To: mathgroup at smc.vnet.net
- Subject: [mg64041] Re: [mg64015] How to get range of InterpolatingFunction ?
- From: Pratik Desai <pdesai1 at umbc.edu>
- Date: Sat, 28 Jan 2006 02:24:12 -0500 (EST)
- References: <200601271013.FAA19043@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
kowald at molgen.mpg.de wrote:
>Hello everybody,
>
>I wonder how I can find out the range for which an
>InterpolatingFunction object is valid ?
>
>
{{y -> InterpolatingFunction[{{0., 3.}}, <>]}} :-)
^^^
>If I have {{y -> InterpolatingFunction[{{0., 3.}}, <>]}} , how can I
>extract the 0 and the 3 ??
>
>Many thanks,
>
> Axel
>
>
>
Perhaps
y[0]
y[3]
Pratik
- Follow-Ups:
- Re: Re: How to get range of InterpolatingFunction?
- From: Pratik Desai <pdesai1@umbc.edu>
- Re: Re: How to get range of InterpolatingFunction?
- References:
- How to get range of InterpolatingFunction ?
- From: kowald@molgen.mpg.de
- How to get range of InterpolatingFunction ?