next | previous | forward | backward | up | top | index | toc | Macaulay2 website
Triplets :: strands(List)

strands(List) -- strand span of degree sequence

Synopsis

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

Ways to use this method: