Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
group[transgroup] - Look up information about transitive permutation groups
Calling Sequence
transgroup([deg, num], opts)
transgroup("degTnum", opts)
transgroup(deg, opts)
Parameters
deg
-
degree of a transitive permutation group
num
number of the group conjugacy class
opts
sequence of names specifying the information that is required
Description
The function looks up in tables the information specified in opts for the group or groups specified by deg and num. The information is returned as a sequence, of which the ith element is the information specified by the ith element of opts.
The first two forms of this function use both the degree and number, and hence return information about a specific conjugacy class of transitive groups in the symmetric group on .
The numbering of the classes used is described in "On Transitive Permutation Groups" by J.H. Conway, A. Hulpke, and J. McKay, LMS J. Comput. Math. 1 (1998), 1-8.
For instance, is the 15-th class of degree 9 groups in the paper aforementioned. An alternative valid input for this class is the string .
The available options are
'generators' : set of group generators for a representative of the class,
'names' : set of group names, using the notation of group[transnames]
'order' : group order
'parity' : parity of the group, given by 1 for even or -1 for odd
'SnConjugates' : Array in which the ith element is the number of group elements with a cycle type given by the partition part = combinat[decodepart](deg, i)
'SnConjugates(part)': number of group elements with a cycle type given by the partition part
The third form of this function specifies only a group degree. All of the above options can be used here, and for each option an Array is returned, of which the ith element corresponds to the option information for the ith group of degree deg. In addition, the option 'number' can be used which returns an integer corresponding to the number of classes of degree deg.
The command with(group,transgroup) allows the use of the abbreviated form of this command.
Examples
See Also
combinat[decodepart], combinat[partition], group[permgroup], group[SnConjugates]
Download Help Document