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

group(deprecated)

  

permrep

  

find a permutation representation of a group

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

permrep(sbgrl)

Parameters

sbgrl

-

subgroup of a group given by generators and relations (i.e. a subgrel)

Description

• 

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

• 

This function finds all the right cosets of the given subgroup in the given group, assigns integers consecutively to these cosets, constructs a permutation on these coset numbers for each group generator, and returns the permutation group generated by these permutations. Thus the permutation group will be a homomorphic image of (but not necessarily isomorphic to) the original group. A permgroup is returned whose generators are named the same as the original group generators.

• 

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

Examples

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

withgroup:

ggrelgroupx,y,x,x,y,x,y,y,y,y,y,x,y,x,x,x:

sgsubgrely=y,g:

permrepsg

permgroup8,x=1,2,3,7,5,6,4,y=2,5,8,6,7,3,4

(1)

See Also

group[grelgroup]

group[permgroup]

group[subgrel]

GroupTheory

GroupTheory[PermutationGroup]