Magma
Center
compute the center of a magma
Calling Sequence
Parameters
Description
Examples
Compatibility
Center( m )
Centre( m )
m
-
Array representing the Cayley table of a finite magma
The center of a magma is the set of its members that both commute and associate with every member of the magma. Alternatively, it is the intersection of the nucleus and the commutant.
The Center command returns the center of the magma m as a set. The spelling Centre is also supported as a synonym.
with⁡Magma:
m≔1|2|3,2|3|1,3|1|2
m≔123231312
Center⁡m
1,2,3
m≔1|1|1|1|1,1|1|1|1|1,1|1|1|1|1,1|1|1|2|4,1|2|2|4|5
m≔1111111111111111112412245
1
m≔1|1|1|1|1,1|1|1|1|1,1|1|1|1|1,1|1|1|2|4,1|2|1|4|5
m≔1111111111111111112412145
1,3
The Magma[Center] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
See Also
Commutant
Nucleus
Download Help Document