HELP FOR: A package for partitions.
CALLING SEQUENCE:
- PART[<function>](args)
- <function>(args)
-
SYNOPSIS:
- This package provides functions to work with partitions. Available
functions deal with border, conjugate, diagonals, Frobenius notation,
hooks, etc. of a partition, and also with lists of (skew) partitions.
- Whenever there is a conflict between a function name in PART and another
name used in the same session, use the long form PART[<function>].
- The available functions are:
- For help about a particular function do either ?PART[<function>] or
?PART,<function> where <function> is one from the above list.
EXAMPLES:
> with(PART):
> Part2ListHook([4,2,2,1]);
[7, 5, 4, 3, 2, 2, 1, 1, 1]
> ListPartIn([40,30,15,10,8,7,5,3,1], 'nb');
9631414