Macaulay2 » Documentation
Packages » FormalGroupLaws :: ZZ * FormalSeries
next | previous | forward | backward | up | index | toc

ZZ * FormalSeries -- multiplication of a formal series by an integer

Synopsis

Description

i1 : R=ZZ[x,y]

o1 = R

o1 : PolynomialRing
i2 : s = series(x^2+x+y,2)

                   2
o2 = FormalSeries{x  + x + y, 2}

o2 : FormalSeries
i3 : 4 * s

                    2
o3 = FormalSeries{4x  + 4x + 4y, 2}

o3 : FormalSeries

Ways to use this method: