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

randomCollectionWithFixedRank -- Random collection of cells with fixed rank

Description

Generates a random collection of $n$ cells.

i1 : Q = randomCollectionWithFixedRank 5

o1 = {{1, 1}, {0, 1}, {2, 2}, {-1, 2}, {-2, 3}}

o1 : CollectionOfCells

See also

Ways to use randomCollectionWithFixedRank:

  • randomCollectionWithFixedRank(ZZ)

For the programmer

The object randomCollectionWithFixedRank is a method function with options.


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