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
- Follow-Ups:
- Re: Re: How to get range of InterpolatingFunction ?
- From: Brett Champion <brettc@wolfram.com>
- Re: Re: How to get range of InterpolatingFunction ?