powseries
inverse
multiplicative inverse of a formal power series
Calling Sequence
Parameters
Description
Examples
inverse(p)
p
-
formal power series
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.
with⁡powseries:
powcreate⁡t⁡n=t⁡n−1n,t⁡0=1:
s≔inverse⁡t:
tpsform⁡s,x,7
1−x+12⁢x2−16⁢x3+124⁢x4−1120⁢x5+1720⁢x6+O⁡x7
See Also
Download Help Document