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

Online Help

All Products    Maple    MapleSim


MultivariatePowerSeries

  

Precision

  

get the current precision to which a power series is known

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Precision(p)

Parameters

p

-

power series generated by this package

Description

• 

The command Precision(p) returns the precision of the power series p, that is, the degree up to which all the homogeneous parts of p have currently been computed.

• 

The precision of a power series is updated as needed by calls to commands such as HomogeneousPart, Truncate, or UpdatePrecision.

• 

When using the MultivariatePowerSeries package, do not assign anything to the variables occurring in the power series, Puiseux series, and univariate polynomials over these series. If you do, you may see invalid results.

Examples

We create a power series representing . Its precision is initially low: Maple is lazy about computing the homogeneous components.

(1)

(2)

Commands such as UpdatePrecision and HomogeneousPart change the precision of .

(3)

(4)

(5)

The precision of a power series is never lowered.

(6)

(7)

Compatibility

• 

The MultivariatePowerSeries[Precision] command was introduced in Maple 2021.

• 

For more information on Maple 2021 changes, see Updates in Maple 2021.

See Also

HomogeneousPart

Inverse

PowerSeries

Truncate

UpdatePrecision

 


Download Help Document