HELP FOR: A package for the symmetric group.
CALLING SEQUENCE:
- SG[<function>](args)
- <function>(args)
-
SYNOPSIS:
- This package provides functions to work with the symmetric group.
- To get more information on permutations do either ?TYP,Permutation or
?TYP[Permutation].
- Whenever there is a conflict between a function name in SG and another
name used in the same session, use the long form SG[<function>].
- The available functions are:
- For help with a particular function do either ?SG[<function>] or
?SG,<function> where <function> is one from the above list.
EXAMPLES:
> with(SG):
> Perm2Rothe([5,6,2,4,1,3]);
[ 1 2 3 4 x . ]
[ ]
[ 2 3 4 5 . x ]
[ ]
[ 3 x . . . . ]
[ ]
[ 4 . 5 x . . ]
[ ]
[ x . . . . . ]
[ ]
[ . . x . . . ]