powseries
multiply
multiplication of formal power series
Calling Sequence
Parameters
Description
Examples
multiply(a, b)
a, b
-
formal power series
The function multiply(a, b) returns the formal power series that is the product of a and b.
The command with(powseries,multiply) 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−12,v⁡0=1:
s≔multiply⁡t,v:
tpsform⁡s,x
1+32⁢x+54⁢x2+1924⁢x3+716⁢x4+109480⁢x5+O⁡x6
See Also
Download Help Document