Magma
CountSquares
count the squares in a magma
Calling Sequence
Parameters
Description
Examples
Compatibility
CountSquares( m )
m
-
Array representing the Cayley table of a finite magma
The CountSquares command returns the number of squares of a magma.
with⁡Magma:
m≔1|2|3,2|3|1,3|1|1
m≔123231311
CountSquares⁡m
2
The Magma[CountSquares] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
See Also
Squares
Download Help Document