group[mulperms] - multiply two permutations in disjoint cycle notation
|
Calling Sequence
|
|
mulperms(perm1, perm2)
|
|
Parameters
|
|
perm1, perm2
|
-
|
the permutations in disjoint cycle notation
|
|
|
|
|
Description
|
|
•
|
The product is expressed in disjoint cycle notation.
|
•
|
The command with(group,mulperms) allows the use of the abbreviated form of this command.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
The following convention is used for the order of the multiplication: The product is the permutation obtained by first applying perm1, and then perm2. Therefore, the result of the following operation will not be [[2,3]] but [[1,3]].
>
|
|
| (2) |
|
|
Download Help Document
Was this information helpful?