Student[NumericalAnalysis][ApproximateExactUpperBound] - compute approximate, exact and upper bound remainder term values
|
Calling Sequence
|
|
ApproximateExactUpperBound(p)
ApproximateExactUpperBound(p, pts)
|
|
Parameters
|
|
p
|
-
|
a POLYINTERP structure
|
pts
|
-
|
(optional) algebraic, list(algebraic); the point(s) at which the approximating polynomial, the exact value(s) of the function, and the upper bound(s) of the remainder term are computed
|
|
|
|
|
Description
|
|
•
|
The ApproximateExactUpperBound command computes three values: the approximating polynomial, the exact value of the function and the upper bound of the remainder term, for each point specified in pts.
|
•
|
If pts is not specified, the extrapolated points in the given POLYINTERP structure are used instead.
|
•
|
The computed values are returned in the form of a list: [pts, approximate values, exact values, upper bounds].
|
|
|
Notes
|
|
•
|
POLYINTERP structures whose interpolation method is the cubic spline method may not be used with this command.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
>
|
|
| (2) |
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?