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.
withpowseries:
t≔powpolyx+1,x:
s≔powlogt:
tpsforms,x,6
x−12x2+13x3−14x4+15x5+Ox6
r≔powdiffs:
tpsformr,x,10
1−x+x2−x3+x4−x5+x6−x7+x8−x9+Ox10
See Also
Download Help Document