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

Online Help

Student[NumericalAnalysis]

  

DataPoints

  

return the data points from a POLYINTERP structure

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

DataPoints(p)

Parameters

p

-

a POLYINTERP structure

Description

• 

The DataPoints command retrieves the interpolated data points from a POLYINTERP structure.

• 

The POLYINTERP structure is created using the PolynomialInterpolation command or the CubicSpline command.

Examples

(1)

(2)

(3)

See Also

Student[NumericalAnalysis]

Student[NumericalAnalysis][AddPoint]

Student[NumericalAnalysis][BasisFunctions]

Student[NumericalAnalysis][ComputationOverview]

Student[NumericalAnalysis][CubicSpline]

Student[NumericalAnalysis][Draw]

Student[NumericalAnalysis][InterpolantRemainderTerm]

Student[NumericalAnalysis][PolynomialInterpolation]

 


Download Help Document