Student[NumericalAnalysis][ExactValue] - return specific value(s) of the exact function
|
Calling Sequence
|
|
ExactValue(p)
ExactValue(p, pts)
|
|
Parameters
|
|
p
|
-
|
a POLYINTERP structure
|
pts
|
-
|
(optional) numeric, list(numeric); a point or list of points at which the value of the exact function is computed
|
|
|
|
|
Description
|
|
•
|
The ExactValue command computes the value(s) of the exact function at specified point(s) pts or at the extrapolated point(s) from the POLYINTERP structure, depending on whether pts is given or not.
|
•
|
If the ExactValue command is used on a POLYINTERP structure whose exact function was not originally specified, an exception will be raised.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
>
|
|
| (2) |
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?