Magma[IsQuasigroup] - test whether a finite magma is a quasigroup
|
Calling Sequence
|
|
IsQuasigroup( m )
|
|
Parameters
|
|
m
|
-
|
Array representing the Cayley table of a finite magma
|
|
|
|
|
Description
|
|
•
|
A quasigroup is a magma whose Cayley table is a Latin square. That is, each row and column is a permutation of the integers from 1 to n, where n is the order of the magma.
|
•
|
The IsQuasigroup command returns true if the given magma is a quasigroup, and returns false otherwise.
|
|
|
Compatibility
|
|
•
|
The Magma[IsQuasigroup] command was introduced in Maple 15.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?