group(deprecated)
permrep
find a permutation representation of a group
Calling Sequence
Parameters
Description
Examples
permrep(sbgrl)
sbgrl
-
subgroup of a group given by generators and relations (i.e. a subgrel)
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.
with⁡group:
g≔grelgroup⁡x,y,x,x,y,x,y,y,y,y,y,x,y,x,x,x:
sg≔subgrel⁡y=y,g:
permrep⁡sg
permgroup⁡8,x=1,2,3,7,5,6,4,y=2,5,8,6,7,3,4
See Also
group[grelgroup]
group[permgroup]
group[subgrel]
GroupTheory
GroupTheory[PermutationGroup]
Download Help Document