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