powdiff - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


powseries

  

powdiff

  

differentiation of a formal power series

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

powdiff(p)

Parameters

p

-

formal power series

Description

• 

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.

Examples

withpowseries:

tpowpolyx+1,x:

spowlogt:

tpsforms,x,6

x12x2+13x314x4+15x5+Ox6

(1)

rpowdiffs:

tpsformr,x,10

1x+x2x3+x4x5+x6x7+x8x9+Ox10

(2)

See Also

powseries