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

Online Help

All Products    Maple    MapleSim


MultivariatePowerSeries

  

Negate

  

negate a power series or a Puiseux series or a univariate polynomial over power series or over Puiseux series

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

-p

Negate(p)

-s

Negate(s)

-u

Negate(u)

Parameters

p

-

power series generated by this package

s

-

Puiseux series generated by this package

u

-

univariate polynomial over power series or over Puiseux series generated by this package

Description

• 

The commands -p and Negate(p) return the additive inverse of the power series p.

• 

The commands -s and Negate(s) return the additive inverse of the Puiseux series s.

• 

The commands -u and Negate(u) return the additive inverse of the univariate polynomial over power series u.

• 

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 and form its additive inverse in two ways.

(1)

(2)

(3)

We verify that the results are the same up to homogeneous degree 10.

(4)

We create a univariate polynomial over power series and form its additive inverse.

(5)

(6)

The additive inverse of  should be equal to .

(7)

Now we define a Puiseux series s and compute its additive inverse.

(8)

(9)

(10)

Finally, we create a univariate polynomial over power series from a list of Puiseux series.

(11)

We compute -h.

(12)

(13)

Compatibility

• 

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

• 

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

• 

The MultivariatePowerSeries[Negate] command was updated in Maple 2023.

See Also

ApproximatelyEqual

GeometricSeries

Multiply

PowerSeries

PuiseuxSeries

Subtract

UnivariatePolynomialOverPowerSeries

 


Download Help Document