permgroup - represent a permutation group
|
Calling Sequence
|
|
permgroup(deg, gens)
|
|
Parameters
|
|
deg
|
-
|
degree of the permutation group
|
gens
|
-
|
set of generators for the permutation group
|
|
|
|
|
Description
|
|
•
|
The function permgroup is used as a procedure and an unevaluated procedure call. As a procedure, permgroup checks its arguments and then either exits with an error or returns the unevaluated permgroup call.
|
•
|
The first argument is the degree of the group, and should be an integer. The second argument is a set of group generators. Each generator is represented in disjoint cycle notation. The generators may be named or unnamed. A named generator is an equation; the left operand is the generator's name, the right operand is the permutation in disjoint cycle notation.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
the following is not legal:
>
|
|
|
|
Download Help Document
Was this information helpful?