AreConjugate - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


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

Calling Sequence

AreConjugate( a, b, G )

Conjugator( a, b, G )

Parameters

G

-

a permutation group

a

-

permutation

b

-

permutation

Description

• 

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.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

Compatibility

• 

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

GroupTheory[ConjugacyClass]

 


Download Help Document