next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 website
Macaulay2Doc
::
ZZ .. ZZ
ZZ .. ZZ -- sequences of consecutive integers
Synopsis
Operator:
..
Usage:
s .. t
Inputs:
s
,
an
integer
t
,
an
integer
Outputs:
a
sequence
, 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