Magma
IsQuasitrivial
test whether a given magma is quasitrivial
Calling Sequence
Parameters
Description
Examples
Compatibility
IsQuasitrivial( m )
m
-
Array representing the Cayley table of a finite magma
A magma M is quasitrivial if x*y = x or x*y = y, for all x and y in M.
The IsQuasitrivial command returns true if the given magma is quasitrivial. It returns false otherwise.
with⁡Magma:
m≔1|1|3,2|2|3,1|2|3
m≔113223123
IsQuasitrivial⁡m
true
m≔1|2|3,2|3|3,3|1|2
m≔123233312
false
The Magma[IsQuasitrivial] command was introduced in Maple 16.
For more information on Maple 16 changes, see Updates in Maple 16.
See Also
Download Help Document