Magma[IsLeftZero] - test whether an element of a magma is a left zero
|
Calling Sequence
|
|
IsLeftZero( m, z )
|
|
Parameters
|
|
m
|
-
|
Array representing the Cayley table of a finite magma
|
z
|
-
|
magma element to test
|
|
|
|
|
Description
|
|
•
|
The IsLeftZero(m,z) command returns true if z is a left zero of the magma m, and false otherwise. The element z is a left zero if z*x = z, for all x in m.
|
|
|
Compatibility
|
|
•
|
The Magma[IsLeftZero] command was introduced in Maple 15.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?