File: ctblmaps.xml

package info (click to toggle)
gap 4.15.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 110,212 kB
  • sloc: ansic: 97,261; xml: 48,343; cpp: 13,946; sh: 4,900; perl: 1,650; javascript: 255; makefile: 252; ruby: 9
file content (135 lines) | stat: -rw-r--r-- 4,005 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<!-- %% -->
<!-- %A  ctblmaps.xml                GAP documentation               Thomas Breuer -->
<!-- %% -->
<!-- %% -->
<!-- %Y  (C) 1999 School Math and Comp. Sci., University of St Andrews, Scotland -->
<!-- %Y  Copyright (C) 2002 The GAP Group -->
<!-- %% -->
<Chapter Label="Maps Concerning Character Tables">
<Heading>Maps Concerning Character Tables</Heading>

<Index>maps</Index>
<Index>parametrized maps</Index>

<#Include Label="[1]{ctblmaps}">
<P/>
Several examples in this chapter require the &GAP; Character Table Library
to be available.
If it is not yet loaded then we load it now.
<P/>
<Example><![CDATA[
gap> LoadPackage( "ctbllib" );
true
]]></Example>


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Power Maps">
<Heading>Power Maps</Heading>

<#Include Label="[2]{ctblmaps}">
<#Include Label="PowerMap">
<#Include Label="PossiblePowerMaps">
<#Include Label="ElementOrdersPowerMap">
<#Include Label="PowerMapByComposition">

</Section>


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Orbits on Sets of Possible Power Maps">
<Heading>Orbits on Sets of Possible Power Maps</Heading>

<#Include Label="[3]{ctblmaps}">
<#Include Label="OrbitPowerMaps">
<#Include Label="RepresentativesPowerMaps">

</Section>


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Class Fusions between Character Tables">
<Heading>Class Fusions between Character Tables</Heading>

<#Include Label="[4]{ctblmaps}">
<#Include Label="FusionConjugacyClasses">
<#Include Label="ComputedClassFusions">
<#Include Label="GetFusionMap">
<#Include Label="StoreFusion">
<#Include Label="NamesOfFusionSources">
<#Include Label="PossibleClassFusions">
<#Include Label="ConsiderStructureConstants">

</Section>


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Orbits on Sets of Possible Class Fusions">
<Heading>Orbits on Sets of Possible Class Fusions</Heading>

<#Include Label="[5]{ctblmaps}">
<#Include Label="OrbitFusions">
<#Include Label="RepresentativesFusions">

</Section>


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Parametrized Maps">
<Heading>Parametrized Maps</Heading>

<#Include Label="[6]{ctblmaps}">
<#Include Label="CompositionMaps">
<#Include Label="InverseMap">
<#Include Label="ProjectionMap">
<#Include Label="Indirected">
<#Include Label="Parametrized">
<#Include Label="ContainedMaps">
<#Include Label="UpdateMap">
<#Include Label="MeetMaps">
<#Include Label="CommutativeDiagram">
<#Include Label="CheckFixedPoints">
<#Include Label="TransferDiagram">
<#Include Label="TestConsistencyMaps">
<#Include Label="Indeterminateness">
<#Include Label="PrintAmbiguity">
<#Include Label="ContainedSpecialVectors">
<#Include Label="CollapsedMat">
<#Include Label="ContainedDecomposables">

</Section>


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Subroutines for the Construction of Power Maps">
<Heading>Subroutines for the Construction of Power Maps</Heading>

<#Include Label="[7]{ctblmaps}">
<#Include Label="InitPowerMap">
<#Include Label="Congruences">
<#Include Label="ConsiderKernels">
<#Include Label="ConsiderSmallerPowerMaps">
<#Include Label="MinusCharacter">
<#Include Label="PowerMapsAllowedBySymmetrizations">

</Section>


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Subroutines for the Construction of Class Fusions">
<Heading>Subroutines for the Construction of Class Fusions</Heading>

<#Include Label="InitFusion">
<#Include Label="CheckPermChar">
<#Include Label="ConsiderTableAutomorphisms">
<#Include Label="FusionsAllowedByRestrictions">

</Section>
</Chapter>


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<!-- %% -->
<!-- %E -->