(lam,mu) = skewShape TThis returns the original shape used to construct the tableau.
|
|
It may be convenient to remove trailing $0$'s from the partitions by using truncate on a sequence of two partitions.
|
It may also be useful to append $0$s to make the partitions have the same number of parts.
|
|
You may also 'standardize' a skew shape to return a pair of partitions of equal length, without extra $0$'s. I.e., one of the resulting partitions will end with a nonzero part, and the other will be padded with $0$'s.
|
|
The object skewShape is a method function.
The source of this document is in Tableaux/documentation.m2:305:0.