Student[NumericalAnalysis][NevilleTable] - compute the Neville table of an interpolation structure
|
Calling Sequence
|
|
NevilleTable(p)
NevilleTable(p, pt)
|
|
Parameters
|
|
p
|
-
|
a POLYINTERP structure
|
pt
|
-
|
(optional) numeric, name; a point to evaluate the Neville table at or a name to assign to the independent variable in the Neville table
|
|
|
|
|
Description
|
|
•
|
The NevilleTable command computes the Neville table of an interpolation structure created using the Neville interpolation method.
|
•
|
Only POLYINTERP structures that were created using the Neville interpolation method are valid to use with this command.
|
•
|
If the parameter pt is not specified, the general unevaluated Neville table will be returned with the independent variable from when the POLYINTERP structure was computed.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
>
|
|
| (2) |
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?