Magma
CayleyColorTable
visualise the Cayley table of a finite magma
Calling Sequence
Parameters
Description
Examples
Compatibility
CayleyColorTable( m )
CayleyColourTable( m )
m
-
Array representing the Cayley table of a finite magma
The CayleyColorTable command returns a plot that allows you to visualise the Cayley table of a finite magma using color. The spelling CayleyColourTable' is supported as a synonym.
with⁡Magma:
m≔1|2|3,2|3|1,3|1|2
m≔123231312
CayleyColorTable⁡m
Compare symmetry in the Cayley tables of the commutative and non-commutative groups of order 6.
L≔Enumerate⁡6,group,output=list:
CayleyColorTable⁡L1;CayleyColorTable⁡L2
The Magma[CayleyColorTable] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
See Also
Enumerate
Download Help Document