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: [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


  • Prev by Date: Re: Electrical Power Systems
  • Next by Date: Re: How to get range of InterpolatingFunction ?
  • Previous by thread: How to get range of InterpolatingFunction ?
  • Next by thread: Re: Re: How to get range of InterpolatingFunction?