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

Online Help

All Products    Maple    MapleSim


MultivariatePowerSeries

  

GeometricSeries

  

create the geometric series over a set of variables

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

GeometricSeries(x)

Parameters

x

-

variable, or nonempty list of variables

Description

• 

GeometricSeries(x) creates the geometric power series in x.

• 

If x has more than one element then the result is the geometric series in the sum of the variables in x.

• 

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 the geometric power series in x, that is, the power series for 11+x.

aGeometricSeriesx

aPowⅇrSⅇrⅈⅇs of 11x : 1+x+

(1)

If we truncate a at homogeneous degree 5, this is what we obtain.

Truncatea,5

x5+x4+x3+x2+x+1

(2)

We create the geometric power series in x+y, that is, the power series for 11+x+y.

bGeometricSeriesx,y

bPowⅇrSⅇrⅈⅇs of 11xy : 1+x+y+

(3)

The homogeneous part of b of degree 4 is the following expression.

HomogeneousPartb,4

x4+4x3y+6x2y2+4xy3+y4

(4)

If we truncate b at homogeneous degree 3, this is what we obtain.

Truncateb,3

x3+3x2y+3xy2+y3+x2+2xy+y2+x+y+1

(5)

Compatibility

• 

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

• 

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

See Also

HomogeneousPart

PowerSeries

SumOfAllMonomials

Truncate