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

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

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:


The source of this document is in /build/reproducible-path/macaulay2-1.25.06+ds/M2/Macaulay2/packages/FormalGroupLaws.m2:538:0.