Macaulay2 » Documentation
Packages » MatchingFields > getTuples(TopeField)
next | previous | forward | backward | up | index | toc

getTuples(TopeField) -- tuples of a tope field

Synopsis

Description

Lists the tuples of the matching field of the tope field.

i1 : L = diagonalMatchingField(3, 6);
i2 : T = topeField L

o2 = Tope field: n = 6 and type = {1, 1, 1}

o2 : TopeField
i3 : getTuples T

o3 = {{1, 2, 3}, {1, 2, 4}, {1, 3, 4}, {2, 3, 4}, {1, 2, 5}, {1, 3, 5}, {2,
     ------------------------------------------------------------------------
     3, 5}, {1, 4, 5}, {2, 4, 5}, {3, 4, 5}, {1, 2, 6}, {1, 3, 6}, {2, 3, 6},
     ------------------------------------------------------------------------
     {1, 4, 6}, {2, 4, 6}, {3, 4, 6}, {1, 5, 6}, {2, 5, 6}, {3, 5, 6}, {4, 5,
     ------------------------------------------------------------------------
     6}}

o3 : List

See also

Ways to use this method:

Menu