group(deprecated)/orbit - 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)/orbit

group(deprecated)

  

orbit

  

Compute the orbit of a point

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

orbit(pg, i)

Parameters

pg

-

permutation group or a set of permutations

i

-

point

Description

• 

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

• 

This function computes the orbit of i under the group action of pg. The orbit is returned as a set of points.

• 

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

Examples

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

withgroup:

pgpermgroup8,1,2,1,2,5,6,7,8:

s11,2,5,1,8:

orbitpg,1

1,2,5,6,7,8

(1)

orbitpg,5

1,2,5,6,7,8

(2)

orbits1,1

1,2,5,8

(3)

See Also

group[permgroup]

GroupTheory

GroupTheory[Orbit]