Magma
RandomMagma
generate a random magma of a given order
Calling Sequence
Parameters
Description
Examples
Compatibility
RandomMagma( n )
n
-
a positive integer
The RandomMagma command generates a random magma of the indicated order n. The magma returned is represented by an n x n Array, in C order with 32-bit integer (integer[4]) datatype.
with⁡Magma:
RandomMagma⁡3
231321111
RandomMagma⁡6
416555646653241632535646636325411422
The Magma[RandomMagma] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
See Also
C order
Download Help Document