Magma
HasLeftZero
test whether a magma has a left zero element
Calling Sequence
Parameters
Description
Examples
Compatibility
HasLeftZero( m )
m
-
Array representing the Cayley table of a finite magma
The HasLeftZero( m ) command returns true if the magma m has a left zero element, and returns false otherwise.
with⁡Magma:
m≔1|2|3,2|2|2,3|1|1
m≔123222311
HasLeftZero⁡m
true
The Magma[HasLeftZero] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
See Also
HasRightZero
HasZero
Download Help Document