Student[NumericalAnalysis][ApproximateValue] - return specific approximate value(s) of the interpolating polynomial
|
Calling Sequence
|
|
ApproximateValue(p)
ApproximateValue(p, pts)
|
|
Parameters
|
|
p
|
-
|
a POLYINTERP structure
|
pts
|
-
|
(optional) numeric, list(numeric); a point or list of points at which the value of the approximating polynomial is to be computed
|
|
|
|
|
Description
|
|
•
|
The ApproximateValue command computes the value(s) of the approximated polynomial at specified point(s) pts or at the extrapolated point(s) from the POLYINTERP structure, depending on whether pts is specified or not.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
>
|
|
| (5) |
|
|
Download Help Document
Was this information helpful?