Macaulay2 » Documentation
Packages » PolyominoIdeals » rankCollection
next | previous | forward | backward | up | index | toc

rankCollection -- Rank of a collection of cells

Description

Returns the number of cells (i.e., the rank).

i1 : Q = cellCollection {{1,1},{2,1},{2,2}};
i2 : rankCollection Q

o2 = 3

See also

Ways to use rankCollection:

  • rankCollection(CollectionOfCells)

For the programmer

The object rankCollection is a method function with options.


The source of this document is in PolyominoIdeals.m2:1862:0.