group(deprecated)/RandElement - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : group(deprecated)/RandElement

group(deprecated)

  

RandElement

  

find a random element of a given group

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

RandElement(g)

Parameters

g

-

permgroup or a grelgroup

Description

• 

Important: The group package has been deprecated. Use the superseding command GroupTheory[RandomElement] instead.

• 

This function finds a random element of the group g. A random element of g is returned.

• 

The command with(group,RandElement) allows the use of the abbreviated form of this command.

Examples

Important: The group package has been deprecated. Use the superseding command GroupTheory[RandomElement] instead.

withgroup:

gpermgroup5,1,2,3,4,5,2,3,4,5:

eRandElementg

e1,5,4

(1)

groupmembere,g

true

(2)

See Also

group[groupmember]

GroupTheory

GroupTheory[RandomElement]