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 multiply⁡a,inverse⁡b, but is faster.
The command with(powseries,quotient) allows the use of the abbreviated form of this command.
with⁡powseries:
powcreate⁡t⁡n=t⁡n−1n,t⁡0=1:
powcreate⁡v⁡n=v⁡n−15,v⁡0=1:
s≔quotient⁡t,v:
tpsform⁡s,x,4
1+45⁢x+310⁢x2+115⁢x3+O⁡x4
See Also
Download Help Document