Student[NumericalAnalysis][UpperBoundOfRemainderTerm] - compute the upper bound of the remainder term at a given point
|
Calling Sequence
|
|
UpperBoundOfRemainderTerm(p)
UpperBoundOfRemainderTerm(p, pts)
|
|
Parameters
|
|
p
|
-
|
a POLYINTERP structure
|
pts
|
-
|
(optional) numeric, list(numeric); a point or list of points at which the upper bound(s) of the remainder term are computed
|
|
|
|
|
Description
|
|
•
|
The UpperBoundOfRemainderTerm command returns the value(s) of upper bound of the remainder term of the approximated polynomial at the specified point(s) pts or at the extrapolated point(s) from the POLYINTERP structure, depending on whether pts is specified or not.
|
•
|
The pts must be within the range of the approximating polynomial.
|
•
|
If the POLYINTERP structure was created with the CubicSpline command, the boundary conditions must be clamped.
|
|
|
Notes
|
|
•
|
A remainder term is sometimes called an error term.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
>
|
|
| (2) |
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?