68.11 Operations for MeatAxe Permutations

Comparisons of MeatAxe Permutations

m1 = m2:

evaluates to true if the two MeatAxe permutations are equal as permutations, and to false otherwise. The test for equality uses a shell script that is produced when it is needed for the first time.

m1 < m2:

evaluates to true if and only if this relation holds for the file names of the two MeatAxe permutations.

Arithmetic Operations of MeatAxe Permutations

The following arithmetic operations are admissible for MeatAxe permutations.

m1 * m2:

product of the two MeatAxe permutations m1, m2

m1 ^ m2:

conjugation of the MeatAxe permutation m1 by m2

m1 ^ n:

n-th power of the MeatAxe permutation m1, for an integer n

Previous Up Top Next
Index

GAP 3.4.4
April 1997