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

Online Help

All Products    Maple    MapleSim


Magma

  

Commutant

  

compute the commutant of a magma

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Commutant( m )

Parameters

m

-

Array representing the Cayley table of a finite magma

Description

• 

The commutant of a magma is the set of its members that commute with every member of the magma.

• 

The Commutant command returns the commutant of the magma m as a set.

Examples

withMagma:

m1|2|3,2|3|1,3|1|2

m123231312

(1)

Commutantm

1,2,3

(2)

m1|1|1|1|1,1|1|1|1|1,1|1|1|1|1,1|1|1|2|4,1|2|2|4|5

m1111111111111111112412245

(3)

Commutantm

1,4

(4)

m1|1|1|1|1,1|1|1|1|1,1|1|1|1|1,1|1|1|2|4,1|2|1|4|5

m1111111111111111112412145

(5)

Commutantm

1,3,4

(6)

Compatibility

• 

The Magma[Commutant] command was introduced in Maple 15.

• 

For more information on Maple 15 changes, see Updates in Maple 15.

See Also

Center

Magma