Macaulay2 » Documentation
Packages » Triplets :: strands(List)
next | previous | forward | backward | up | index | toc

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: