Student[NumericalAnalysis]
DividedDifferenceTable
compute the divided difference table
Calling Sequence
Parameters
Description
Examples
DividedDifferenceTable(p)
DividedDifferenceTable(p, pt)
p
-
a POLYINTERP structure
pt
(optional) numeric; a point to evaluate the divided difference table
The DividedDifferenceTable command takes an interpolation structure and computes the associated divided difference table.
This command can only be used on interpolation structures that were computed with Hermite or Newton methods.
The POLYINTERP structure is created using the PolynomialInterpolation command.
See Also
Student[NumericalAnalysis][AddPoint]
Student[NumericalAnalysis][ApproximateExactUpperBound]
Student[NumericalAnalysis][BasisFunctions]
Student[NumericalAnalysis][ComputationOverview]
Student[NumericalAnalysis][Draw]
Student[NumericalAnalysis][InterpolantRemainderTerm]
Student[NumericalAnalysis][NevilleTable]
Student[NumericalAnalysis][PolynomialInterpolation]
Download Help Document