Magma
IsLeftInvertible
test whether a finite magma is left invertible
Calling Sequence
Parameters
Description
Examples
Compatibility
IsLeftInvertible( m )
m
-
Array representing the Cayley table of a finite magma
A magma is left invertible provided that the rows of its Cayley table are permutations.
The IsLeftInvertible command returns true if the given magma is left invertible, and returns false otherwise.
with⁡Magma:
m≔1|2|3,2|3|1,3|1|2
m≔123231312
IsLeftInvertible⁡m
true
m≔1|2|3,2|3|3,3|1|2
m≔123233312
false
The Magma[IsLeftInvertible] command was introduced in Maple 16.
For more information on Maple 16 changes, see Updates in Maple 16.
See Also
IsRightInvertible
Download Help Document