Magma
HasLeftIdentity
test whether a magma has a left identity
Calling Sequence
Parameters
Description
Examples
Compatibility
HasLeftIdentity( m )
m
-
Array; magma represented by its Cayley table
The HasLeftIdentity command determines whether a magma m has a left identity element. It returns true if m has a left identity element, and returns false' otherwise.
with⁡Magma:
m≔1|2|2,1|2|3,3|2|2
m≔122123322
HasLeftIdentity⁡m
true
The Magma[HasLeftIdentity] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
See Also
HasIdentity
HasRightIdentity
Download Help Document