Magma
IsSzasz
test whether a given magma is a Szasz magma
Calling Sequence
Parameters
Description
Examples
Compatibility
IsSzasz( m )
m
-
Array representing the Cayley table of a finite magma
A Szasz magma M is one in which there is exactly one nonassociative ordered triple of members of the magma.
The IsSzasz command returns true if the given magma is a Szasz magma. It returns false otherwise.
with⁡Magma:
m≔1|2|3,2|3|1,3|1|2
m≔123231312
IsSzasz⁡m
false
m≔1|1|3,1|2|3,1|2|3
m≔113123123
true
The Magma[IsSzasz] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
See Also
Download Help Document