Magma
Rank
compute the (lexicographic) rank of a magma represented by its Cayley table
Calling Sequence
Parameters
Description
Examples
Compatibility
Rank( m )
m
-
Array representing the Cayley table of a finite magma
The Rank command returns the lexicographic rank of the magma represented by the Cayley table m.
with⁡Magma:
m≔1|2|3,2|3|1,3|1|2
m≔123231312
Rank⁡m
4070
m≔1|2|3,2|3|3,3|1|2
m≔123233312
4124
The Magma[Rank] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
See Also
Unrank
Download Help Document