Magma[IsGroup] - test whether a finite magma is a group
|
Calling Sequence
|
|
IsGroup( m )
|
|
Parameters
|
|
m
|
-
|
Array representing the Cayley table of a finite magma
|
|
|
|
|
Description
|
|
•
|
The IsGroup command returns true if the given magma is a group, and returns false otherwise.
|
•
|
A group is an associative magma with an identity element, with respect to which identity each member has a (two-sided) inverse. Alternatively, a group is an associative loop.
|
|
|
Compatibility
|
|
•
|
The Magma[IsGroup] command was introduced in Maple 15.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?