Magma[IsRightIdentity] - test whether an element of a magma is a right identity
|
Calling Sequence
|
|
IsRightIdentity( m, id )
|
|
Parameters
|
|
m
|
-
|
Array; magma represented by its Cayley table
|
id
|
-
|
posint; candidate right identity element
|
|
|
|
|
Description
|
|
•
|
The IsRightIdentity command determines whether an element id of a magma m is a right identity for m. It returns true if id is a right identity of m, and returns false otherwise. The element id is a right identity of m if x * id = x, for all x in m.
|
|
|
Compatibility
|
|
•
|
The Magma[IsRightIdentity] command was introduced in Maple 15.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?