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