Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » lists and sequences » BasicList » RingElement » RingElement ..< RingElement
next | previous | forward | backward | up | index | toc

RingElement ..< RingElement -- a sequence of consecutive generators of a polynomial ring

Description

i1 : R = QQ[a..z]

o1 = R

o1 : PolynomialRing
i2 : b ..< i

o2 = (b, c, d, e, f, g, h)

o2 : Sequence
i3 : plus oo

o3 = b + c + d + e + f + g + h

o3 : R

Ways to use this method:


The source of this document is in Macaulay2Doc/operators/dotdot.m2:253:0.