next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 website
Triplets
::
strands(List)
strands(List) -- strand span of degree sequence
Synopsis
Function:
strands
Usage:
strands D
Inputs:
D
,
a
list
, a sequence of integers, called a degree sequence
Outputs:
an
integer
, strand span
Description
This is one less than the number of strands of D. Note that some of the strands can be empty.
i1 : D = {2,3,5, 9,10,11} o1 = {2, 3, 5, 9, 10, 11} o1 : List
i2 : strands(D) o2 = 4
See also
strandsL
-- strand span as a subset of [0,n]
Ways to use this method:
strands(List)
-- strand span of degree sequence