Magma[IsAssociative] - test whether a given magma is associative
Magma[IsSemigroup] - test whether a given magma is a semigroup
|
Calling Sequence
|
|
IsAssociative( m )
IsSemigroup( m )
|
|
Parameters
|
|
m
|
-
|
Array representing the Cayley table of a finite magma
|
|
|
|
|
Description
|
|
•
|
The IsAssociative command returns true if the given magma satisfies the associativity identity (XY)Z = X(YZ). It returns false otherwise.
|
•
|
The IsSemigroup command is an alias for IsAssociative. A semigroup is an associative magma.
|
|
|
Compatibility
|
|
•
|
The Magma[IsAssociative] and Magma[IsSemigroup] commands were introduced in Maple 15.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?