powseries
powadd
addition of formal power series
Calling Sequence
Parameters
Description
Examples
powadd(A, B, ..., Z)
A, B, ..., Z
-
arbitrary number of formal power series
The function powadd(A, B, ..., Z) returns the formal power series that is the sum of A, B, ..., Z.
The command with(powseries,powadd) 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≔powadd⁡t,v:
tpsform⁡s,x,7
2+32⁢x+34⁢x2+724⁢x3+548⁢x4+19480⁢x5+492880⁢x6+O⁡x7
See Also
Download Help Document