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

Online Help

Student[NumericalAnalysis]

  

Function

  

return the exact function from an interpolation structure

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Function(p)

Parameters

p

-

a POLYINTERP structure

Description

• 

The Function command returns the exact function from a POLYINTERP structure.

• 

If the Function command is used on a POLYINTERP structure whose exact function was not originally specified, an exception will be raised.

• 

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

Examples

(1)

Note that the function option allows you to specify the exact function, which is then saved in the generated POLYINTERP structure.

The Function command allows you to retrieve the exact function that was stored in the POLYINTERP structure.

(2)

See Also

Student[NumericalAnalysis]

Student[NumericalAnalysis][ApproximateValue]

Student[NumericalAnalysis][ComputationOverview]

Student[NumericalAnalysis][CubicSpline]

Student[NumericalAnalysis][DataPoints]

Student[NumericalAnalysis][ExactValue]

Student[NumericalAnalysis][InterpolantRemainderTerm]

Student[NumericalAnalysis][PolynomialInterpolation]

Student[NumericalAnalysis][RemainderTerm]

 


Download Help Document