FunctionInterpolation
Usage
• FunctionInterpolation[expr, {x, , }] evaluates expr with x running from to and constructs an InterpolatingFunction object which represents an approximate function corresponding to the result. • FunctionInterpolation[expr, {x, , }, {y, , }, ... ] constructs an InterpolatingFunction object with several arguments.
Notes
• You can use FunctionInterpolation to generate a single InterpolatingFunction object from an expression containing several such objects. • The option InterpolationPrecision specifies the precision of values to be returned by the InterpolatingFunction generated. • New in Version 3.
|