Student[NumericalAnalysis][RemainderTerm] - return the remainder term from an interpolation structure
|
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
|
|
|
|
|
Description
|
|
•
|
The RemainderTerm command returns the remainder term from the POLYINTERP structure p.
|
|
|
Options
|
|
|
The name to assign to the independent variable in the remainder term.
|
|
|
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) |
|
|
Download Help Document
Was this information helpful?