powseries
powdiff
differentiation of a formal power series
Calling Sequence
Parameters
Description
Examples
powdiff(p)
p
-
formal power series
The function powdiff(p) returns the formal power series that is the derivative of p with respect to the variable of p.
The command with(powseries,powdiff) allows the use of the abbreviated form of this command.
with⁡powseries:
t≔powpoly⁡x+1,x:
s≔powlog⁡t:
tpsform⁡s,x,6
x−12⁢x2+13⁢x3−14⁢x4+15⁢x5+O⁡x6
r≔powdiff⁡s:
tpsform⁡r,x,10
1−x+x2−x3+x4−x5+x6−x7+x8−x9+O⁡x10
See Also
Download Help Document