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