MathGroup Archive 2006

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

Search the Archive

Re: Re: How to get range of InterpolatingFunction?


Pratik Desai wrote:

>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.}}, <>]}} :-)
>                                                        ^^^
>
>  
>
I tried to be too cute here, but isnt the "range" where the 
interpolating function is valid given in the interpolating function ??

>>If I have   {{y -> InterpolatingFunction[{{0., 3.}}, <>]}} , how can I
>>extract the 0 and the 3 ??
>>
>>Many thanks,
>>
>>              Axel
>>
>> 
>>
>>    
>>
>Perhaps
>
>y[0]
>
>y[3]
>
>  
>
This is obviously wrong because the output is a rule instead of an 
identity, :-[ , sorry

Pratik

>Pratik
>
>  
>


  • Prev by Date: Generating DAGs in mathematica
  • Next by Date: Re: Annoying Maximize behaviour
  • Previous by thread: Re: How to get range of InterpolatingFunction ?
  • Next by thread: Re: How to get range of InterpolatingFunction ?