Magma
IsSimple
test whether a magma is simple
Calling Sequence
Parameters
Description
Examples
Compatibility
IsSimple( m )
m
-
Array representing the Cayley table of a finite magma
A magma is simple if it has no homomorphic images other than itself and the single magma.
The function IsSimple( m ) returns true if the magma m is simple and returns false otherwise.
with⁡Magma:
m≔1|1|3,3|3|1,1|1|2
m≔113331112
IsSimple⁡m
true
m≔1|1|3,3|1|1,3|1|1
m≔113311311
false
The Magma[IsSimple] command was introduced in Maple 16.
For more information on Maple 16 changes, see Updates in Maple 16.
See Also
Download Help Document