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.
with⁡powseries:
powcreate⁡t⁡n=1n,t⁡0=1:
tpsform⁡t,x,5
1+x+12⁢x2+13⁢x3+14⁢x4+O⁡x5
r≔powint⁡t:
tpsform⁡r,x,7
x+12⁢x2+16⁢x3+112⁢x4+120⁢x5+130⁢x6+O⁡x7
See Also
Download Help Document