Magma[HasIdentity] - test whether a finite magma has a (two-sided) identity element
|
Calling Sequence
|
|
HasIdentity( m )
|
|
Parameters
|
|
m
|
-
|
Array representing the Cayley table of a finite magma
|
|
|
|
|
Description
|
|
•
|
The HasIdentity command returns true if the given magma has a two-sided identity element. That is, an element i such that i*x = x*i = x, for all x in m. Otherwise, it returns the value false.
|
|
|
Compatibility
|
|
•
|
The Magma[HasIdentity] command was introduced in Maple 15.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?