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

Online Help

Student[NumericalAnalysis]

  

NevilleTable

  

compute the Neville table of an interpolation structure

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

NevilleTable(p)

NevilleTable(p, pt)

Parameters

p

-

a POLYINTERP structure

pt

-

(optional) numeric, name; a point to evaluate the Neville table at or a name to assign to the independent variable in the Neville table

Description

• 

The NevilleTable command computes the Neville table of an interpolation structure created using the Neville interpolation method.

• 

The POLYINTERP structure is created using the PolynomialInterpolation command.

• 

Only POLYINTERP structures that were created using the Neville interpolation method are valid to use with this command.

• 

If the parameter pt is not specified, the general unevaluated Neville table will be returned with the independent variable from when the POLYINTERP structure was computed.

Examples

(1)

(2)

(3)

See Also

Student[NumericalAnalysis]

Student[NumericalAnalysis][ApproximateValue]

Student[NumericalAnalysis][ComputationOverview]

Student[NumericalAnalysis][Draw]

Student[NumericalAnalysis][ExactValue]

Student[NumericalAnalysis][Interpolant]

Student[NumericalAnalysis][PolynomialInterpolation]

Student[NumericalAnalysis][RemainderTerm]

 


Download Help Document