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

Online Help

All Products    Maple    MapleSim


powseries

  

multconst

  

multiplication of a power series by a constant

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

multconst(p, const)

Parameters

p

-

formal power series

const

-

scalar constant

Description

• 

The function multconst(p, const) returns the formal power series where each coefficient is const times the corresponding coefficient in p.

• 

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

Examples

withpowseries:

powcreatetn=tn1n,t0=1:

smultconstt,42:

tpsforms,x

−4242x21x27x374x4720x5+Ox6

(1)

See Also

powseries