| |
| | Tableaux |
 | | Given a tableau monoid M, a sequence of positive integers S which is a partition, and a sequence of non--negative integers C, then return the set of all tableau from M having shape S and content C (see section Properties for definition of content). |
 | | Given a tableau t and a positive integer i, return the index of the last entry of the i--th row of t, which is the length of the i--th row. |
 | | Given a tableau t and positive integers i and j such that (i, j) corresponds to an outside corner cell of the tableau t, then the row insertion algorithm is applied in reverse to remove the specified entry. |
| www.umich.edu /~gpcc/scs/magma/text1174.htm (4898 words) |
|