Student[NumericalAnalysis]
Function
return the exact function from an interpolation structure
Calling Sequence
Parameters
Description
Examples
Function(p)
p
-
a POLYINTERP structure
The Function command returns the exact function from a POLYINTERP structure.
If the Function command is used on a POLYINTERP structure whose exact function was not originally specified, an exception will be raised.
The POLYINTERP structure is created using the PolynomialInterpolation command or the CubicSpline command.
Note that the function option allows you to specify the exact function, which is then saved in the generated POLYINTERP structure.
The Function command allows you to retrieve the exact function that was stored in the POLYINTERP structure.
See Also
Student[NumericalAnalysis][ApproximateValue]
Student[NumericalAnalysis][ComputationOverview]
Student[NumericalAnalysis][CubicSpline]
Student[NumericalAnalysis][DataPoints]
Student[NumericalAnalysis][ExactValue]
Student[NumericalAnalysis][InterpolantRemainderTerm]
Student[NumericalAnalysis][PolynomialInterpolation]
Student[NumericalAnalysis][RemainderTerm]
Download Help Document