Magma[IsAlternative] - test whether a magma is alternative
|
Calling Sequence
|
|
IsAlternative( m )
|
|
Parameters
|
|
m
|
-
|
Array representing the Cayley table of a finite magma
|
|
|
|
|
Description
|
|
•
|
The IsAlternative command returns true if the given magma satisfies the laws (X*X)*Y = X*(X*Y) and X*(Y*Y) = (X*Y)*Y. It returns false otherwise.
|
|
|
Compatibility
|
|
•
|
The Magma[IsAlternative] command was introduced in Maple 15.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?