powint - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

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

withpowseries:

powcreatetn=1n,t0=1:

tpsformt,x,5

1+x+12x2+13x3+14x4+Ox5

(1)

rpowintt:

tpsformr,x,7

x+12x2+16x3+112x4+120x5+130x6+Ox7

(2)

See Also

powseries