Student[NumericalAnalysis]
DataPoints
return the data points from a POLYINTERP structure
Calling Sequence
Parameters
Description
Examples
DataPoints(p)
p
-
a POLYINTERP structure
The DataPoints command retrieves the interpolated data points from a POLYINTERP structure.
The POLYINTERP structure is created using the PolynomialInterpolation command or the CubicSpline command.
See Also
Student[NumericalAnalysis][AddPoint]
Student[NumericalAnalysis][BasisFunctions]
Student[NumericalAnalysis][ComputationOverview]
Student[NumericalAnalysis][CubicSpline]
Student[NumericalAnalysis][Draw]
Student[NumericalAnalysis][InterpolantRemainderTerm]
Student[NumericalAnalysis][PolynomialInterpolation]
Download Help Document