powadd - Maple Help

Online Help

All Products    Maple    MapleSim


powseries

  

powadd

  

addition of formal power series

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

powadd(A, B, ..., Z)

Parameters

A, B, ..., Z

-

arbitrary number of formal power series

Description

• 

The function powadd(A, B, ..., Z) returns the formal power series that is the sum of A, B, ..., Z.

• 

The command with(powseries,powadd) allows the use of the abbreviated form of this command.

Examples

withpowseries:

powcreatetn=tn1n,t0=1:

powcreatevn=vn12,v0=1:

spowaddt,v:

tpsforms,x,7

2+32x+34x2+724x3+548x4+19480x5+492880x6+Ox7

(1)