Magma
Identity
test whether a finite magma has a (two-sided) identity element
Calling Sequence
Parameters
Description
Examples
Compatibility
Identity( m )
m
-
Array representing the Cayley table of a finite magma
The Identity command returns the identity element of a magma with identity. If the magma has no identity element, an exception is raised.
with⁡Magma:
m≔1|2|3,2|3|1,3|1|2
m≔123231312
Identity⁡m
1
The Magma[Identity] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
See Also
HasIdentity
Download Help Document