Magma
IsRightZero
test whether an element of a magma is a right zero
Calling Sequence
Parameters
Description
Examples
Compatibility
IsRightZero( m, z )
m
-
Array representing the Cayley table of a finite magma
z
magma element to test
The IsRightZero(m,z) command returns true if z is a right zero of the magma m, and false otherwise. The element z is a right zero if x*z = z, for all x in m.
with⁡Magma:
m≔1|2|3,1|3|1,1|1|1
m≔123131111
IsRightZero⁡m,1
true
IsRightZero⁡m,2
false
The Magma[IsRightZero] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
See Also
IsLeftZero
IsZero
Download Help Document