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

Online Help

Student[NumericalAnalysis]

  

RemainderTerm

  

return the remainder term from an interpolation structure

 

Calling Sequence

Parameters

Options

Description

Notes

Examples

Calling Sequence

RemainderTerm(p, opts)

Parameters

p

-

a POLYINTERP structure

opts

-

(optional) equation(s) of the form keyword=value, where keyword is: errorboundvar; options for returning the remainder term

Options

• 

errorboundvar = name

  

The name to assign to the independent variable in the remainder term.

Description

• 

The RemainderTerm command returns the remainder term from the POLYINTERP structure p.

• 

The POLYINTERP structure is created using the PolynomialInterpolation command.

• 

In order for the remainder term to exist, the POLYINTERP structure p must have an associated exact function, given through the PolynomialInterpolation command.

Notes

• 

POLYINTERP structures that were created with the CubicSpline command cannot be used with the RemainderTerm command, since they do not have a remainder term.

• 

A remainder term is also called an error term.

Examples

(1)

(2)

(3)

(4)

See Also

Student[NumericalAnalysis]

Student[NumericalAnalysis][ApproximateExactUpperBound]

Student[NumericalAnalysis][ApproximateValue]

Student[NumericalAnalysis][ComputationOverview]

Student[NumericalAnalysis][DataPoints]

Student[NumericalAnalysis][ExactValue]

Student[NumericalAnalysis][InterpolantRemainderTerm]

Student[NumericalAnalysis][PolynomialInterpolation]

 


Download Help Document