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

Online Help

All Products    Maple    MapleSim


MultivariatePowerSeries

  

Divide

  

divide two power series

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

a/b

Divide(a, b)

Parameters

a

-

power series generated by this package

b

-

power series generated by this package

Description

• 

The commands a/b and Divide(a,b) return the product of a by the inverse of b. The power series b is required to be  invertible, that is, b must have a nonzero constant term.

• 

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 define two power series in the variables , , and .

(1)

(2)

We define the quotient of  by  in two equivalent ways.

(3)

(4)

We verify that the homogeneous parts of degree at most 20 of  and  are equal.

(5)

Compatibility

• 

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

• 

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

See Also

GeometricSeries

Inverse

IsUnit

PowerSeries

 


Download Help Document