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

withMultivariatePowerSeries:

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

a1PowerSeries1+2x+yz

aPowⅇrSⅇrⅈⅇs of 1yz+2x+1 : 1+

(1)

Precisiona

0

(2)

Commands such as UpdatePrecision and HomogeneousPart change the precision of a.

HomogeneousParta,5

32x5+32x3yz6xy2z2

(3)

Precisiona

5

(4)

UpdatePrecisiona,10:

Precisiona

10

(5)

The precision of a power series is never lowered.

UpdatePrecisiona,5

PowⅇrSⅇrⅈⅇs of 1yz+2x+1 : 12x+4x2yz8x3+4yzx+16x412x2yz+y2z232x5+32x3yz6xy2z2+64x680x4yz+24x2y2z2y3z3128x7+192x5yz80x3y2z2+8xy3z3+256x8448x6yz+240x4y2z240x2y3z3+y4z4512x9+1024x7yz672x5y2z2+160x3y3z310xy4z4+1024x102304x8yz+1792x6y2z2560x4y3z3+60x2y4z4y5z5+

(6)

Precisiona

10

(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