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

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

> 

with⁡powseries:

> 

t≔powpoly⁡x+1,x:

> 

s≔powlog⁡t:

> 

tpsform⁡s,x,6

x−12⁢x2+13⁢x3−14⁢x4+15⁢x5+O⁡x6

(1)
> 

r≔powdiff⁡s:

> 

tpsform⁡r,x,10

1−x+x2−x3+x4−x5+x6−x7+x8−x9+O⁡x10

(2)

See Also

powseries