DividedDifferenceTable - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Student[NumericalAnalysis]

  

DividedDifferenceTable

  

compute the divided difference table

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

DividedDifferenceTable(p)

DividedDifferenceTable(p, pt)

Parameters

p

-

a POLYINTERP structure

pt

-

(optional) numeric; a point to evaluate the divided difference table

Description

• 

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.

Examples

(1)

(2)

(3)

(4)

(5)

See Also

Student[NumericalAnalysis]

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