negative - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


powseries

  

negative

  

negation of a formal power series

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

negative(p)

Parameters

p

-

formal power series

Description

• 

The function negative(p) returns a formal power series where each coefficient is the negative of the corresponding coefficient in p.

• 

The command with(powseries,negative) allows the use of the abbreviated form of this command.

Examples

> 

with⁡powseries:

> 

powcreate⁡t⁡n=t⁡n−1n,t⁡0=1:

> 

s≔negative⁡t:

> 

tpsform⁡s,x

−1−x−12⁢x2−16⁢x3−124⁢x4−1120⁢x5+O⁡x6

(1)

See Also

powseries