Student[NumericalAnalysis][LinearSystem] - return the linear system of equations used to solve cubic spline interpolants
|
Calling Sequence
|
|
LinearSystem(p)
|
|
Parameters
|
|
p
|
-
|
a POLYINTERP structure
|
|
|
|
|
Description
|
|
•
|
The LinearSystem command retrieves the matrix and vector in the linear system of equations that were solved when computing the cubic spline interpolants.
|
•
|
The LinearSystem command only accepts interpolation structures that were created using the CubicSpline command, since the cubic spline interpolation method is the only method that has an associated linear system.
|
|
|
Download Help Document
Was this information helpful?