Magma
IdempotentElements
return the set of idempotents in a magma
Calling Sequence
Parameters
Description
Examples
Compatibility
IdempotentElements( m )
m
-
Array representing the Cayley table of a finite magma
The IdempotentElements command returns the set of idempotent elements of the magma m.
with⁡Magma:
m≔1|2|3,2|3|1,3|1|2
m≔123231312
IdempotentElements⁡m
1
The Magma[IdempotentElements] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
See Also
CountIdempotents
IsIdempotent
Download Help Document