RandomMagma - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Magma

  

RandomMagma

  

generate a random magma of a given order

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

RandomMagma( n )

Parameters

n

-

a positive integer

Description

• 

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.

Examples

withMagma:

RandomMagma3

231321111

(1)

RandomMagma6

416555646653241632535646636325411422

(2)

Compatibility

• 

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

Magma