Magma
IsBand
test whether a magma is a band
Calling Sequence
Parameters
Description
Examples
Compatibility
IsBand( m )
m
-
Array representing the Cayley table of a finite magma
A band is an idempotent semigroup, that is, an associative magma in which the identity XX = X is satisfied.
The IsBand command returns true if the given magma is a band. It returns false otherwise.
with⁡Magma:
m≔1|1|1,1|2|3,3|3|3
m≔111123333
IsBand⁡m
true
m≔1|2|3,2|3|3,3|1|2
m≔123233312
false
The Magma[IsBand] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
See Also
IsIdempotent
IsSemigroup
Download Help Document