powint - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


powseries

  

powint

  

integration of a formal power series

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

powint(p)

powseries[powint](p)

Parameters

p

-

formal power series

Description

• 

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.

Examples

> 

with⁡powseries:

> 

powcreate⁡t⁡n=1n,t⁡0=1:

> 

tpsform⁡t,x,5

1+x+12⁢x2+13⁢x3+14⁢x4+O⁡x5

(1)
> 

r≔powint⁡t:

> 

tpsform⁡r,x,7

x+12⁢x2+16⁢x3+112⁢x4+120⁢x5+130⁢x6+O⁡x7

(2)

See Also

powseries