powseries[multconst] - multiplication of a power series by a constant
|
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.
|
|
|
Download Help Document
Was this information helpful?