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

group(deprecated)

  

invperm

  

find inverse of a permutation

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

invperm(perm)

Parameters

perm

-

permutation in disjoint cycle notation

Description

• 

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

• 

The inverse is computed, and the result is output in disjoint cycle notation.

• 

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

Examples

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

withgroup:

invperm4,6,5,2,11

2,11,4,5,6

(1)

See Also

group[permgroup]

GroupTheory

GroupTheory[PermInverse]