BasisFunctions - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Student[NumericalAnalysis]

  

BasisFunctions

  

return a list of the basis functions from a POLYINTERP structure

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

BasisFunctions(p)

BasisFunctions(p, indvar)

Parameters

p

-

a POLYINTERP structure

indvar

-

(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.

• 

The POLYINTERP structure is created using the PolynomialInterpolation command.

• 

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)

See Also

Student[NumericalAnalysis]

Student[NumericalAnalysis][AddPoint]

Student[NumericalAnalysis][ComputationOverview]

Student[NumericalAnalysis][Draw]

Student[NumericalAnalysis][PolynomialInterpolation]

Student[NumericalAnalysis][RemainderTerm]

 


Download Help Document