powseries
quotient
quotient of two formal power series
Calling Sequence
Parameters
Description
Examples
quotient(a, b)
a, b
-
formal power series
The function quotient(a, b) returns the formal power series equal to a/b .
This function yields the same result as multiplya,inverseb, but is faster.
The command with(powseries,quotient) allows the use of the abbreviated form of this command.
withpowseries:
powcreatetn=tn−1n,t0=1:
powcreatevn=vn−15,v0=1:
s≔quotientt,v:
tpsforms,x,4
1+45x+310x2+115x3+Ox4
See Also
Download Help Document