|
7.7.15.0. SymGroup
Procedure from library qmatrix.lib (see qmatrix_lib).
- Usage:
- SymGroup(n); n an integer (positive)
- Return:
- intmat
- Purpose:
- represent the symmetric group S(n) via integer vectors (permutations)
- Note:
- each row of the output integer matrix is an element of S(n)
Example:
See also:
LengthSym;
LengthSymElement.
|