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

strandsL(ZZ,List) -- strand span as a subset of [0,n]

Synopsis

Description

This is one less than the number of strands of D as a subset of [0,n]. Note that some of the strands may be empty.
i1 : n = 5

o1 = 5
i2 : D = {1,2,5}

o2 = {1, 2, 5}

o2 : List
i3 : strandsL(n,D)

o3 = 3

See also

Ways to use this method: