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