Re: Components of InterpolatingFunction
- To: mathgroup at smc.vnet.net
- Subject: [mg95186] Re: [mg95162] Components of InterpolatingFunction
- From: "Scot T. Martin" <smartin at deas.harvard.edu>
- Date: Thu, 8 Jan 2009 06:45:34 -0500 (EST)
- References: <200901072355.SAA14303@smc.vnet.net>
Try: InputForm[FunctionInterpolation[Sin[x], {x, 0, 2 Pi}]] On Wed, 7 Jan 2009, Scott wrote: > How does one see (print, display) the piecewise polynomials that are > inside an InterpolatingFunction object? I.e. both the domains and the > polynomials themselves that InterpolatingFunction is broken into. > > Thanks for any insight. > > Cheers, Scott > >