Magma
IsLeftIdentity
test whether an element of a magma is a left identity
Calling Sequence
Parameters
Description
Examples
Compatibility
IsLeftIdentity( m, id )
m
-
Array; magma represented by its Cayley table
id
posint; candidate left identity element
The IsLeftIdentity command determines whether an element id of a magma m is a left identity for m. It returns true if id is a left identity of m, and returns false otherwise. The element id is a left identity of m if id * x = x, for all x in m.
with⁡Magma:
m≔1|1|3,3|3|3,1|2|3
m≔113333123
IsLeftIdentity⁡m,1
false
IsLeftIdentity⁡m,2
IsLeftIdentity⁡m,3
true
The Magma[IsLeftIdentity] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
See Also
IsIdentity
IsRightIdentity
Download Help Document