Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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