File: ctblfuns.xml

package info (click to toggle)
gap 4r7p5-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 29,272 kB
  • ctags: 7,129
  • sloc: ansic: 107,802; xml: 46,868; sh: 3,548; perl: 2,329; makefile: 740; python: 94; asm: 62; awk: 6
file content (242 lines) | stat: -rw-r--r-- 7,223 bytes parent folder | download | duplicates (5)
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<!-- %% -->
<!-- %A  ctblfuns.msk                GAP documentation               Thomas Breuer -->
<!-- %% -->
<!-- %A  @(#)<M>Id: ctblfuns.msk,v 1.31 2006/03/08 14:46:24 jjm Exp </M> -->
<!-- %% -->
<!-- %Y  (C) 1999 School Math and Comp. Sci., University of St Andrews, Scotland -->
<!-- %Y  Copyright (C) 2002 The GAP Group -->
<!-- %% -->
<!-- %%  The documentation in this chapter corresponds to the declarations in the -->
<!-- %%  library files ctblfuns.gd, ctbllatt.gd, ctblmoli.gd, ctblpope.gd. -->
<!-- %% -->
<Chapter Label="Class Functions">
<Heading>Class Functions</Heading>

<Index>characters</Index>
<Index>group characters</Index>
<Index>virtual characters</Index>
<Index>generalized characters</Index>

This chapter describes operations for <E>class functions of finite groups</E>.
For operations concerning <E>character tables</E>,
see Chapter&nbsp;<Ref Chap="Character Tables"/>.
<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="Why Class Functions?">
<Heading>Why Class Functions?</Heading>

<#Include Label="[1]{ctblfuns}">
<#Include Label="IsClassFunction">

</Section>


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Basic Operations for Class Functions">
<Heading>Basic Operations for Class Functions</Heading>

<#Include Label="[2]{ctblfuns}">
<#Include Label="UnderlyingCharacterTable">
<#Include Label="ValuesOfClassFunction">

</Section>


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Comparison of Class Functions">
<Heading>Comparison of Class Functions</Heading>

<#Include Label="[3]{ctblfuns}">

</Section>


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Arithmetic Operations for Class Functions">
<Heading>Arithmetic Operations for Class Functions</Heading>

<#Include Label="[4]{ctblfuns}">

</Section>


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Printing Class Functions">
<Heading>Printing Class Functions</Heading>

<#Include Label="[5]{ctblfuns}">

</Section>


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Creating Class Functions from Values Lists">
<Heading>Creating Class Functions from Values Lists</Heading>

<#Include Label="ClassFunction">
<#Include Label="VirtualCharacter">
<#Include Label="Character">
<#Include Label="ClassFunctionSameType">

</Section>


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Creating Class Functions using Groups">
<Heading>Creating Class Functions using Groups</Heading>

<#Include Label="TrivialCharacter">
<#Include Label="NaturalCharacter">
<#Include Label="PermutationCharacter">

</Section>


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Operations for Class Functions">
<Heading>Operations for Class Functions</Heading>

<#Include Label="[6]{ctblfuns}">
<#Include Label="IsCharacter">
<#Include Label="IsVirtualCharacter">
<#Include Label="IsIrreducibleCharacter">
<#Include Label="DegreeOfCharacter">
<#Include Label="ScalarProduct:ctblfuns">
<#Include Label="MatScalarProducts">
<#Include Label="Norm:ctblfuns">
<#Include Label="ConstituentsOfCharacter">
<#Include Label="KernelOfCharacter">
<#Include Label="ClassPositionsOfKernel">
<#Include Label="CentreOfCharacter">
<#Include Label="ClassPositionsOfCentre:ctblfuns">
<#Include Label="InertiaSubgroup">
<#Include Label="CycleStructureClass">
<#Include Label="IsTransitive:ctblfuns">
<#Include Label="Transitivity:ctblfuns">
<#Include Label="CentralCharacter">
<#Include Label="DeterminantOfCharacter">
<#Include Label="EigenvaluesChar">
<#Include Label="Tensored">

</Section>


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Restricted and Induced Class Functions">
<Heading>Restricted and Induced Class Functions</Heading>

<#Include Label="[7]{ctblfuns}">
<#Include Label="RestrictedClassFunction">
<#Include Label="RestrictedClassFunctions">
<#Include Label="InducedClassFunction">
<#Include Label="InducedClassFunctions">
<#Include Label="InducedClassFunctionsByFusionMap">
<#Include Label="InducedCyclic">

</Section>


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Reducing Virtual Characters">
<Heading>Reducing Virtual Characters</Heading>

<#Include Label="[8]{ctblfuns}">
<#Include Label="ReducedClassFunctions">
<#Include Label="ReducedCharacters">
<#Include Label="IrreducibleDifferences">
<#Include Label="LLL">
<#Include Label="Extract">
<#Include Label="OrthogonalEmbeddingsSpecialDimension">
<#Include Label="Decreased">
<#Include Label="DnLattice">
<#Include Label="DnLatticeIterative">

</Section>


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Symmetrizations of Class Functions">
<Heading>Symmetrizations of Class Functions</Heading>

<#Include Label="Symmetrizations">
<#Include Label="SymmetricParts">
<#Include Label="AntiSymmetricParts">
<#Include Label="OrthogonalComponents">
<#Include Label="SymplecticComponents">

</Section>


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Molien Series">
<Heading>Molien Series</Heading>

<#Include Label="MolienSeries">
<#Include Label="MolienSeriesInfo">
<#Include Label="ValueMolienSeries">
<#Include Label="MolienSeriesWithGivenDenominator">

</Section>


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Possible Permutation Characters">
<Heading>Possible Permutation Characters</Heading>

<#Include Label="[1]{ctblpope}">
<#Include Label="PermCharInfo">
<#Include Label="PermCharInfoRelative">

</Section>


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Computing Possible Permutation Characters">
<Heading>Computing Possible Permutation Characters</Heading>

<#Include Label="PermChars">
<#Include Label="TestPerm1">
<#Include Label="PermBounds">
<#Include Label="PermComb">
<#Include Label="Inequalities">

</Section>


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Operations for Brauer Characters">
<Heading>Operations for Brauer Characters</Heading>

<#Include Label="FrobeniusCharacterValue">
<#Include Label="BrauerCharacterValue">
<#Include Label="SizeOfFieldOfDefinition">
<#Include Label="RealizableBrauerCharacters">

</Section>


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Domains Generated by Class Functions">
<Heading>Domains Generated by Class Functions</Heading>

<#Include Label="[9]{ctblfuns}">

</Section>
</Chapter>


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