Center - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


Magma

  

Center

  

compute the center of a magma

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Center( m )

Centre( m )

Parameters

m

-

Array representing the Cayley table of a finite magma

Description

• 

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.

Examples

withMagma:

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

m123231312

(1)

Centerm

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)

Centerm

1

(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)

Centerm

1,3

(6)

Compatibility

• 

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

• 

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

See Also

Commutant

Magma

Nucleus