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

Online Help

All Products    Maple    MapleSim


MultivariatePowerSeries

  

HomogeneousPart

  

compute the homogeneous part of a power series for a particular degree

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

HomogeneousPart(p, deg)

Parameters

p

-

power series generated by this package

deg

-

the degree of the requested homogeneous part

Description

• 

The command HomogeneousPart(p,deg) returns the homogeneous part of p of degree deg, that is, the sum of all terms of p with total degree deg.

• 

If deg is greater than the precision of p, calling this function has the side effect of updating the precision of p to be at least deg.

• 

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 define a power series, a.

aGeometricSeriesx,y,z:

It is initially known to precision 1.

Precisiona

1

(1)

We compute its homogeneous part of degree 3.

HomogeneousParta,3

x3+3x2y+3x2z+3xy2+6xyz+3xz2+y3+3y2z+3yz2+z3

(2)

The precision is now 3.

Precisiona

3

(3)

Compatibility

• 

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

• 

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

See Also

GeometricSeries

Precision

Truncate

UpdatePrecision