powseries
multconst
multiplication of a power series by a constant
Calling Sequence
Parameters
Description
Examples
multconst(p, const)
p
-
formal power series
const
scalar constant
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.
with⁡powseries:
powcreate⁡t⁡n=t⁡n−1n,t⁡0=1:
s≔multconst⁡t,−42:
tpsform⁡s,x
−42−42⁢x−21⁢x2−7⁢x3−74⁢x4−720⁢x5+O⁡x6
See Also
Download Help Document