powseries
powint
integration of a formal power series
Calling Sequence
Parameters
Description
Examples
powint(p)
powseries[powint](p)
p
-
formal power series
The function powint(p) returns the formal power series that is the formal anti-derivative of p with respect to the variable of the power series.
The command with(powseries,powint) allows the use of the abbreviated form of this command.
withpowseries:
powcreatetn=1n,t0=1:
tpsformt,x,5
1+x+12x2+13x3+14x4+Ox5
r≔powintt:
tpsformr,x,7
x+12x2+16x3+112x4+120x5+130x6+Ox7
See Also
Download Help Document