Macaulay2
»
Documentation
Packages
»
Macaulay2Doc
::
ZZ .. ZZ
next
|
previous
|
forward
|
backward
| up |
index
|
toc
ZZ .. ZZ -- sequences of consecutive integers
Synopsis
Operator:
..
Usage:
s .. t
Inputs:
s
t
Outputs:
the sequence of consecutive integers from
s
to
t
, inclusive
Description
i1 : 1 .. 10 o1 = (1, 2, 3, 4, 5, 6, 7, 8, 9, 10) o1 : Sequence
Ways to use this method:
ZZ .. ZZ
-- sequences of consecutive integers