GroupTheory
AreConjugate
test conjugacy of elements of a permutation group
Conjugator
compute the conjugator of elements of a permutation group
Calling Sequence
Parameters
Description
Examples
Compatibility
AreConjugate( a, b, G )
Conjugator( a, b, G )
G
-
a permutation group
a
permutation
b
Two elements and of a group are conjugate in if there is an element in such that . Any such element is called a conjugator. A conjugator is not generally uniquely determined by and .
The AreConjugate( a, b, G ) command returns true if the permutations a and b are conjugate in the permutation group G, and returns false otherwise.
The Conjugator( a, b, G ) command returns an element g in G such that g^(-1) . a . g = b, provided that a and b are conjugate in G. If a and b are not conjugate in G, the value FAIL is returned.
The group G must be an instance of a permutation group, and the permutations a and b must be members of G.
The GroupTheory[AreConjugate] and GroupTheory[Conjugator] commands were introduced in Maple 17.
For more information on Maple 17 changes, see Updates in Maple 17.
See Also
GroupTheory[ConjugacyClass]
Download Help Document