Student[NumericalAnalysis][BasisFunctions] - return a list of the basis functions from a POLYINTERP structure
|
Calling Sequence
|
|
BasisFunctions(p)
BasisFunctions(p, indvar)
|
|
Parameters
|
|
p
|
-
|
a POLYINTERP structure
|
invar
|
-
|
(optional) name; the name to assign to the independent variable in the basis functions that are returned
|
|
|
|
|
Description
|
|
•
|
The BasisFunctions routine retrieves the basis functions from a POLYINTERP structure.
|
•
|
Only POLYINTERP structures that contain data points that have been interpolated using the Lagrange, Newton or Hermite methods can use the BasisFunctions command.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
>
|
|
| (2) |
>
|
|
>
|
|
| (3) |
>
|
|
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?