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

Online Help

All Products    Maple    MapleSim


powseries

  

inverse

  

multiplicative inverse of a formal power series

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

inverse(p)

Parameters

p

-

formal power series

Description

• 

The function inverse(p) returns a formal power series that is the inverse of p with respect to multiply.

• 

That is, multiply(p, inverse(p)) will return the formal power series equivalent to 1.

• 

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

Examples

withpowseries:

powcreatetn=tn1n,t0=1:

sinverset:

tpsforms,x,7

1x+12x216x3+124x41120x5+1720x6+Ox7

(1)

See Also

powseries