Magma
IsRightInvolutary
test whether a finite magma is right involutary
Calling Sequence
Parameters
Description
Examples
Compatibility
IsRightInvolutary( m )
m
-
Array representing the Cayley table of a finite magma
A magma is right involutary if it satisfies the law (XY)Y = X.
The IsRightInvolutary command returns true if the given magma is right involutary. It returns false otherwise.
with⁡Magma:
m≔1|1|3,2|3|2,3|2|1
m≔113232321
IsRightInvolutary⁡m
true
m≔1|1|3,2|3|3,3|1|1
m≔113233311
false
The Magma[IsRightInvolutary] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
See Also
IsLeftInvolutary
Download Help Document