Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/src/sage/libs/gap/gap_functions.py
8815 views
1
###############################################################################
2
# Copyright (C) 2009, William Stein <[email protected]>
3
# Copyright (C) 2012, Volker Braun <[email protected]>
4
#
5
# Distributed under the terms of the GNU General Public License (GPL)
6
# as published by the Free Software Foundation; either version 2 of
7
# the License, or (at your option) any later version.
8
# http://www.gnu.org/licenses/
9
###############################################################################
10
11
12
# selected gap functions to use in tab completion
13
common_gap_functions = [
14
'AbelianGroup',
15
'AbelianInvariants',
16
'AbelianInvariantsMultiplier',
17
'AbelianInvariantsOfList',
18
'AbelianNumberField',
19
'AbsInt',
20
'AbsoluteValue',
21
'Action',
22
'ActionHomomorphism',
23
'Add',
24
'AddCoeffs',
25
'AddGenerator',
26
'AddRelator',
27
'AddRowVector',
28
'AddRule',
29
'AddSet',
30
'AdjointMatrix',
31
'Algebra',
32
'AlternatingGroup',
33
'AntiSymmetricParts',
34
'Append',
35
'AppendTo',
36
'Apply',
37
'AsGroup',
38
'Assert',
39
'AutomorphismGroup',
40
'BaseOfGroup',
41
'Basis',
42
'BasisVectors',
43
'Binomial',
44
'BlockMatrix',
45
'Blocks',
46
'CartanMatrix',
47
'CartanSubalgebra',
48
'Cartesian',
49
'Center',
50
'CentralCharacter',
51
'Centralizer',
52
'CentralizerInGLnZ',
53
'CentralizerModulo',
54
'Centre',
55
'CentreOfCharacter',
56
'Character',
57
'CharacterDegrees',
58
'CharacterNames',
59
'CharacterTable',
60
'Characteristic',
61
'CharacteristicPolynomial',
62
'CheckFixedPoints',
63
'ChevalleyBasis',
64
'ChiefNormalSeriesByPcgs',
65
'ChiefSeries',
66
'ChineseRem',
67
'Chomp',
68
'ClassElementLattice',
69
'ClassFunction',
70
'ClassFunctionSameType',
71
'ClassOrbit',
72
'ClassPermutation',
73
'ClassRoots',
74
'ClassesSolvableGroup',
75
'CoKernel',
76
'Coefficients',
77
'CoefficientsRing',
78
'CoeffsCyc',
79
'CoeffsMod',
80
'CollapsedMat',
81
'Collected',
82
'Combinations',
83
'CombinatorialCollector',
84
'CommutatorFactorGroup',
85
'CommutatorLength',
86
'CommutatorSubgroup',
87
'Compacted',
88
'CompanionMat',
89
'ComplexConjugate',
90
'ComplexificationQuat',
91
'CompositionMapping',
92
'CompositionMapping2',
93
'CompositionMaps',
94
'Concatenation',
95
'Conductor',
96
'ConjugacyClass',
97
'ConjugacyClassSubgroups',
98
'ConjugacyClasses',
99
'ConjugateGroup',
100
'ConjugateSubgroup',
101
'ConjugateSubgroups',
102
'ConstituentsCompositionMapping',
103
'ContainedMaps',
104
'ContinuedFractionApproximationOfRoot',
105
'ContinuedFractionExpansionOfRoot',
106
'ConvertToCharacterTable',
107
'ConvertToMatrixRep',
108
'ConvertToRangeRep',
109
'ConvertToStringRep',
110
'ConvertToTableOfMarks',
111
'ConvertToVectorRep',
112
'ConwayPolynomial',
113
'CosetTable',
114
'CosetTableInWholeGroup',
115
'Cycle',
116
'CycleLength',
117
'CycleLengths',
118
'CycleStructureClass',
119
'CycleStructurePerm',
120
'Cycles',
121
'CyclicGroup',
122
'CyclotomicField',
123
'CyclotomicPolynomial',
124
'Cyclotomics',
125
'DefiningPolynomial',
126
'Degree',
127
'DegreeFFE',
128
'DenominatorCyc',
129
'DenominatorOfRationalFunction',
130
'DenominatorRat',
131
'Derivations',
132
'Derivative',
133
'DerivedLength',
134
'DerivedSeries',
135
'DerivedSeriesOfGroup',
136
'DerivedSubgroup',
137
'Determinant',
138
'DeterminantIntMat',
139
'DeterminantMat',
140
'DeterminantMatDivFree',
141
'DeterminantOfCharacter',
142
'DiagonalMat',
143
'DihedralGroup',
144
'Dimension',
145
'DimensionOfMatrixGroup',
146
'DimensionsMat',
147
'DirectProduct',
148
'Discriminant',
149
'Display',
150
'DivisorsInt',
151
'DnLattice',
152
'DominantCharacter',
153
'DominantWeights',
154
'DoubleCoset',
155
'DoubleCosetRepsAndSizes',
156
'DoubleCosets',
157
'DoubleHashArraySize',
158
'DuplicateFreeList',
159
'E',
160
'Eigenspaces',
161
'Eigenvalues',
162
'Eigenvectors',
163
'ElementOfFpGroup',
164
'ElementOfFpSemigroup',
165
'ElementOrdersPowerMap',
166
'Elements',
167
'ElementsStabChain',
168
'EpimorphismFromFreeGroup',
169
'EpimorphismNilpotentQuotient',
170
'EpimorphismPGroup',
171
'EpimorphismQuotientSystem',
172
'EpimorphismSchurCover',
173
'EuclideanQuotient',
174
'EuclideanRemainder',
175
'EulerianFunction',
176
'Exponent',
177
'Extension',
178
'ExteriorCentre',
179
'ExteriorPower',
180
'Extract',
181
'FactorGroup',
182
'Factorial',
183
'Factorization',
184
'Factors',
185
'FactorsInt',
186
'Fibonacci',
187
'Field',
188
'FieldExtension',
189
'FieldOfMatrixGroup',
190
'Filtered',
191
'First',
192
'FittingSubgroup',
193
'Flat',
194
'ForAll',
195
'ForAny',
196
'FreeGroup',
197
'FreeProduct',
198
'FreeSemigroup',
199
'FrobeniusAutomorphism',
200
'GF',
201
'GL',
202
'GQuotients',
203
'GaloisCyc',
204
'GaloisField',
205
'GaloisGroup',
206
'GaloisMat',
207
'GaloisStabilizer',
208
'GaussianIntegers',
209
'GaussianRationals',
210
'Gcd',
211
'GcdInt',
212
'GcdOp',
213
'GeneralLinearGroup',
214
'GeneralOrthogonalGroup',
215
'GeneralUnitaryGroup',
216
'GeneralisedEigenspaces',
217
'GeneralisedEigenvalues',
218
'GeneralizedEigenspaces',
219
'GeneralizedEigenvalues',
220
'GeneratorsOfField',
221
'GeneratorsOfGroup',
222
'GeneratorsOfIdeal',
223
'GlobalMersenneTwister',
224
'GroebnerBasis',
225
'Group',
226
'GroupHomomorphismByFunction',
227
'GroupHomomorphismByImages',
228
'GroupRing',
229
'HermiteNormalFormIntegerMat',
230
'HermiteNormalFormIntegerMatTransform',
231
'Hom',
232
'IdGroup',
233
'Ideal',
234
'IdealByGenerators',
235
'Idempotents',
236
'Identifier',
237
'Identity',
238
'Image',
239
'Images',
240
'Index',
241
'InfoAlgebra',
242
'InfoAttributes',
243
'InfoBckt',
244
'InfoCharacterTable',
245
'InfoCoh',
246
'InfoComplement',
247
'InfoCoset',
248
'InfoFpGroup',
249
'InfoGroebner',
250
'InfoGroup',
251
'InfoLattice',
252
'InfoLevel',
253
'InfoMatrix',
254
'InfoMonomial',
255
'InfoNumtheor',
256
'InfoOptions',
257
'InfoPcSubgroup',
258
'InfoText',
259
'InnerAutomorphism',
260
'InnerAutomorphismsAutomorphismGroup',
261
'Int',
262
'IntFFE',
263
'IntFFESymm',
264
'IntHexString',
265
'IntScalarProducts',
266
'IntVecFFE',
267
'Integers',
268
'IntersectSet',
269
'Intersection',
270
'InvariantBilinearForm',
271
'InvariantElementaryAbelianSeries',
272
'InvariantLattice',
273
'InvariantQuadraticForm',
274
'InvariantSesquilinearForm',
275
'Inverse',
276
'InverseMap',
277
'Irr',
278
'IrrBaumClausen',
279
'IrrConlon',
280
'IrrDixonSchneider',
281
'IrreducibleModules',
282
'IrreducibleRepresentations',
283
'IrreducibleRepresentationsDixon',
284
'IsAbelian',
285
'IsAbelianNumberField',
286
'IsAbelianNumberFieldPolynomialRing',
287
'IsAdditiveElement',
288
'IsAdditiveElementWithInverse',
289
'IsAdditiveElementWithZero',
290
'IsAdditiveGroup',
291
'IsAdditiveGroupGeneralMapping',
292
'IsAdditiveGroupHomomorphism',
293
'IsAdditivelyCommutative',
294
'IsAdditivelyCommutativeElement',
295
'IsAlgebra',
296
'IsAlgebraGeneralMapping',
297
'IsAlgebraHomomorphism',
298
'IsAlgebraModule',
299
'IsAlgebraWithOne',
300
'IsAlgebraWithOneHomomorphism',
301
'IsAlgebraicElement',
302
'IsAlgebraicExtension',
303
'IsAlternatingGroup',
304
'IsAnticommutative',
305
'IsAntisymmetricBinaryRelation',
306
'IsAssocWord',
307
'IsAssocWordWithInverse',
308
'IsAssocWordWithOne',
309
'IsAssociated',
310
'IsAssociative',
311
'IsAutomorphismGroup',
312
'IsBasis',
313
'IsBijective',
314
'IsBinaryRelation',
315
'IsBlockMatrixRep',
316
'IsBool',
317
'IsBound',
318
'IsBoundGlobal',
319
'IsBrauerTable',
320
'IsBravaisGroup',
321
'IsBuiltFromGroup',
322
'IsBuiltFromSemigroup',
323
'IsCanonicalBasis',
324
'IsCanonicalBasisFullMatrixModule',
325
'IsCanonicalBasisFullRowModule',
326
'IsCanonicalNiceMonomorphism',
327
'IsCentral',
328
'IsCentralFactor',
329
'IsChar',
330
'IsCharacter',
331
'IsCharacterTable',
332
'IsCharacterTableInProgress',
333
'IsCharacteristicSubgroup',
334
'IsClosedStream',
335
'IsCochain',
336
'IsCochainCollection',
337
'IsCommutative',
338
'IsComponentObjectRep',
339
'IsCompositionMappingRep',
340
'IsConfluent',
341
'IsConjugate',
342
'IsCopyable',
343
'IsCyc',
344
'IsCyclic',
345
'IsCyclotomic',
346
'IsCyclotomicField',
347
'IsCyclotomicMatrixGroup',
348
'IsDenseList',
349
'IsDiagonalMat',
350
'IsDictionary',
351
'IsDigitChar',
352
'IsDivisionRing',
353
'IsDomain',
354
'IsDoneIterator',
355
'IsDoubleCoset',
356
'IsDuplicateFree',
357
'IsDuplicateFreeList',
358
'IsElementaryAbelian',
359
'IsEmpty',
360
'IsEmptyString',
361
'IsEuclideanRing',
362
'IsFFE',
363
'IsField',
364
'IsFinite',
365
'IsFiniteDimensional',
366
'IsFinitelyGeneratedGroup',
367
'IsFixedStabilizer',
368
'IsFpGroup',
369
'IsFpMonoid',
370
'IsFpSemigroup',
371
'IsFreeGroup',
372
'IsFreeLeftModule',
373
'IsFullHomModule',
374
'IsFullMatrixModule',
375
'IsFullRowModule',
376
'IsFunction',
377
'IsGL',
378
'IsGaussInt',
379
'IsGaussRat',
380
'IsGaussianIntegers',
381
'IsGaussianRationals',
382
'IsGaussianSpace',
383
'IsGeneralLinearGroup',
384
'IsGroup',
385
'IsGroupHomomorphism',
386
'IsGroupOfAutomorphisms',
387
'IsGroupRing',
388
'IsHasseDiagram',
389
'IsHomogeneousList',
390
'IsIdempotent',
391
'IsInfinity',
392
'IsInjective',
393
'IsInnerAutomorphism',
394
'IsInt',
395
'IsIntegerMatrixGroup',
396
'IsIntegers',
397
'IsIntegralBasis',
398
'IsIntegralCyclotomic',
399
'IsIntegralRing',
400
'IsIrreducible',
401
'IsIrreducibleCharacter',
402
'IsIrreducibleRingElement',
403
'IsIterator',
404
'IsJacobianRing',
405
'IsLaurentPolynomial',
406
'IsLaurentPolynomialDefaultRep',
407
'IsLexicographicallyLess',
408
'IsLieAbelian',
409
'IsLieAlgebra',
410
'IsLieMatrix',
411
'IsLieObject',
412
'IsLieObjectCollection',
413
'IsLieSolvable',
414
'IsLinearMapping',
415
'IsLinearMappingsModule',
416
'IsList',
417
'IsMapping',
418
'IsMatchingSublist',
419
'IsMatrix',
420
'IsMatrixGroup',
421
'IsMatrixModule',
422
'IsMatrixSpace',
423
'IsMonomial',
424
'IsMonomialGroup',
425
'IsMonomialMatrix',
426
'IsMonomialOrdering',
427
'IsMultiplicativeZero',
428
'IsMutable',
429
'IsMutableBasis',
430
'IsNilpotent',
431
'IsNilpotentElement',
432
'IsNilpotentGroup',
433
'IsNormal',
434
'IsNormalBasis',
435
'IsNotIdenticalObj',
436
'IsNumberField',
437
'IsObject',
438
'IsOddInt',
439
'IsOne',
440
'IsOrdering',
441
'IsOrdinaryMatrix',
442
'IsOrdinaryTable',
443
'IsPGroup',
444
'IsPSolvable',
445
'IsPcGroup',
446
'IsPcgs',
447
'IsPerfect',
448
'IsPerfectGroup',
449
'IsPerm',
450
'IsPermGroup',
451
'IsPolycyclicGroup',
452
'IsPolynomial',
453
'IsPolynomialRing',
454
'IsPosInt',
455
'IsPosRat',
456
'IsPositiveIntegers',
457
'IsPrime',
458
'IsPrimeField',
459
'IsPrimeInt',
460
'IsPrimePowerInt',
461
'IsPrimitive',
462
'IsPrimitiveCharacter',
463
'IsPrimitivePolynomial',
464
'IsProbablyPrimeInt',
465
'IsPurePadicNumber',
466
'IsQuaternion',
467
'IsQuickPositionList',
468
'IsQuotientSemigroup',
469
'IsRandomSource',
470
'IsRange',
471
'IsRat',
472
'IsRationalFunction',
473
'IsRationalMatrixGroup',
474
'IsRationals',
475
'IsRecord',
476
'IsReduced',
477
'IsReductionOrdering',
478
'IsReflexiveBinaryRelation',
479
'IsRegular',
480
'IsRegularSemigroup',
481
'IsRegularSemigroupElement',
482
'IsRing',
483
'IsRingElement',
484
'IsRingGeneralMapping',
485
'IsRingWithOne',
486
'IsRingWithOneGeneralMapping',
487
'IsRingWithOneHomomorphism',
488
'IsRowModule',
489
'IsRowSpace',
490
'IsRowVector',
491
'IsSL',
492
'IsSSortedList',
493
'IsScalar',
494
'IsSet',
495
'IsSimple',
496
'IsSimpleAlgebra',
497
'IsSimpleGroup',
498
'IsSimpleSemigroup',
499
'IsSingleValued',
500
'IsSolvable',
501
'IsSolvableGroup',
502
'IsSortedList',
503
'IsSpecialLinearGroup',
504
'IsSporadicSimple',
505
'IsString',
506
'IsStringRep',
507
'IsSubgroup',
508
'IsSubgroupFpGroup',
509
'IsSubgroupOfWholeGroupByQuotientRep',
510
'IsSubgroupSL',
511
'IsSubset',
512
'IsSubsetSet',
513
'IsSubspace',
514
'IsSupersolvable',
515
'IsSupersolvableGroup',
516
'IsSurjective',
517
'IsSymmetricGroup',
518
'IsTable',
519
'IsTotal',
520
'IsTotalOrdering',
521
'IsTransformation',
522
'IsTransitive',
523
'IsTransitiveBinaryRelation',
524
'IsTrivial',
525
'IsTuple',
526
'IsUniqueFactorizationRing',
527
'IsUnit',
528
'IsUnivariatePolynomial',
529
'IsUnivariatePolynomialRing',
530
'IsUnivariateRationalFunction',
531
'IsUpperAlphaChar',
532
'IsUpperTriangularMat',
533
'IsValidIdentifier',
534
'IsVector',
535
'IsVectorSpace',
536
'IsVirtualCharacter',
537
'IsWeylGroup',
538
'IsWord',
539
'IsZero',
540
'IsZeroGroup',
541
'IsZeroSimpleSemigroup',
542
'IsZeroSquaredRing',
543
'IsZmodnZObj',
544
'IsZmodnZObjNonprime',
545
'IsZmodpZObj',
546
'IsZmodpZObjLarge',
547
'IsZmodpZObjSmall',
548
'IsomorphicSubgroups',
549
'IsomorphismFpAlgebra',
550
'IsomorphismFpGroup',
551
'IsomorphismFpGroupByGenerators',
552
'IsomorphismFpGroupByPcgs',
553
'IsomorphismFpSemigroup',
554
'IsomorphismGroups',
555
'IsomorphismMatrixAlgebra',
556
'IsomorphismPcGroup',
557
'IsomorphismPermGroup',
558
'IsomorphismPermGroupImfGroup',
559
'IsomorphismReesMatrixSemigroup',
560
'IsomorphismRefinedPcGroup',
561
'IsomorphismSimplifiedFpGroup',
562
'IsomorphismSpecialPcGroup',
563
'IsomorphismTransformationSemigroup',
564
'IsomorphismTypeInfoFiniteSimpleGroup',
565
'Iterated',
566
'Iterator',
567
'IteratorByBasis',
568
'IteratorByFunctions',
569
'IteratorList',
570
'IteratorSorted',
571
'Jacobi',
572
'JenningsLieAlgebra',
573
'JenningsSeries',
574
'JordanDecomposition',
575
'Kernel',
576
'KernelOfAdditiveGeneralMapping',
577
'KernelOfCharacter',
578
'KernelOfMultiplicativeGeneralMapping',
579
'KernelOfTransformation',
580
'KillingMatrix',
581
'KnuthBendixRewritingSystem',
582
'KroneckerProduct',
583
'KuKGenerators',
584
'LLL',
585
'LLLReducedBasis',
586
'LLLReducedGramMat',
587
'Lambda',
588
'LargestElementGroup',
589
'LargestElementStabChain',
590
'LargestMovedPoint',
591
'LastSystemError',
592
'LatticeByCyclicExtension',
593
'LatticeSubgroups',
594
'Lcm',
595
'LcmInt',
596
'LcmOp',
597
'LeadingCoefficient',
598
'LeadingCoefficientOfPolynomial',
599
'LeadingExponentOfPcElement',
600
'LeadingMonomial',
601
'LeadingMonomialOfPolynomial',
602
'LeadingTermOfPolynomial',
603
'Legendre',
604
'Length',
605
'LenstraBase',
606
'LessThanFunction',
607
'LessThanOrEqualFunction',
608
'LetterRepAssocWord',
609
'LevelsOfGenerators',
610
'LeviMalcevDecomposition',
611
'LexicographicOrdering',
612
'LieAlgebra',
613
'LieAlgebraByStructureConstants',
614
'LieBracket',
615
'LieCenter',
616
'LieCentralizer',
617
'LieCentre',
618
'LieCoboundaryOperator',
619
'LieDerivedSeries',
620
'LieDerivedSubalgebra',
621
'LieLowerCentralSeries',
622
'LieNilRadical',
623
'LieNormalizer',
624
'LieObject',
625
'LieSolvableRadical',
626
'LieUpperCentralSeries',
627
'LiftedInducedPcgs',
628
'LiftedPcElement',
629
'LinearAction',
630
'LinearActionLayer',
631
'LinearCharacters',
632
'LinearCombination',
633
'LinearCombinationPcgs',
634
'LinearIndependentColumns',
635
'LinearOperation',
636
'LinearOperationLayer',
637
'LinesOfStraightLineProgram',
638
'List',
639
'ListN',
640
'ListPerm',
641
'ListStabChain',
642
'ListWithIdenticalEntries',
643
'ListX',
644
'LoadDynamicModule',
645
'LoadPackage',
646
'Log',
647
'LogFFE',
648
'LogInt',
649
'LogMod',
650
'LogModShanks',
651
'LogTo',
652
'LongestWeylWordPerm',
653
'LookupDictionary',
654
'LowIndexSubgroupsFpGroup',
655
'LowIndexSubgroupsFpGroupIterator',
656
'LowerCentralSeries',
657
'LowerCentralSeriesOfGroup',
658
'LowercaseString',
659
'Lucas',
660
'MakeConfluent',
661
'MakeImmutable',
662
'MakeReadOnlyGlobal',
663
'MakeReadWriteGlobal',
664
'MappedWord',
665
'MappingByFunction',
666
'MappingPermListList',
667
'MatAlgebra',
668
'MatClassMultCoeffsCharTable',
669
'MatLieAlgebra',
670
'MatScalarProducts',
671
'MathieuGroup',
672
'MatrixAlgebra',
673
'MatrixAutomorphisms',
674
'MatrixByBlockMatrix',
675
'MatrixLieAlgebra',
676
'MatrixOfAction',
677
'MaximalAbelianQuotient',
678
'MaximalBlocks',
679
'MaximalNormalSubgroups',
680
'MaximalSubgroupClassReps',
681
'MaximalSubgroups',
682
'MaximalSubgroupsLattice',
683
'Maximum',
684
'MaximumList',
685
'MeetEquivalenceRelations',
686
'MeetMaps',
687
'MinimalElementCosetStabChain',
688
'MinimalGeneratingSet',
689
'MinimalNonmonomialGroup',
690
'MinimalNormalSubgroups',
691
'MinimalPolynomial',
692
'MinimalStabChain',
693
'MinimalSupergroupsLattice',
694
'MinimizedBombieriNorm',
695
'Minimum',
696
'MinimumList',
697
'MinusCharacter',
698
'ModuleByRestriction',
699
'ModuleOfExtension',
700
'ModuloPcgs',
701
'MoebiusMu',
702
'MolienSeries',
703
'MolienSeriesInfo',
704
'MolienSeriesWithGivenDenominator',
705
'Monoid',
706
'MonoidByGenerators',
707
'MonoidByMultiplicationTable',
708
'MonoidOfRewritingSystem',
709
'MonomialComparisonFunction',
710
'MonomialExtGrlexLess',
711
'MonomialExtrepComparisonFun',
712
'MonomialGrevlexOrdering',
713
'MonomialGrlexOrdering',
714
'MonomialLexOrdering',
715
'MonomialTotalDegreeLess',
716
'MostFrequentGeneratorFpGroup',
717
'MovedPoints',
718
'MultRowVector',
719
'MultiplicationTable',
720
'MultiplicativeNeutralElement',
721
'MultiplicativeZero',
722
'MultiplicativeZeroOp',
723
'NF',
724
'NK',
725
'NameFunction',
726
'NaturalCharacter',
727
'NaturalHomomorphismByGenerators',
728
'NaturalHomomorphismByIdeal',
729
'NaturalHomomorphismByNormalSubgroup',
730
'NaturalHomomorphismBySubAlgebraModule',
731
'NaturalHomomorphismBySubspace',
732
'NearAdditiveGroup',
733
'NearAdditiveGroupByGenerators',
734
'NegativeRootVectors',
735
'NegativeRoots',
736
'NextIterator',
737
'NextPrimeInt',
738
'NiceBasis',
739
'NiceBasisFiltersInfo',
740
'NiceFreeLeftModule',
741
'NiceFreeLeftModuleInfo',
742
'NiceMonomorphism',
743
'NiceMonomorphismAutomGroup',
744
'NiceObject',
745
'NiceVector',
746
'NilpotencyClassOfGroup',
747
'NonabelianExteriorSquare',
748
'Norm',
749
'NormalBase',
750
'NormalClosure',
751
'NormalFormIntMat',
752
'NormalIntersection',
753
'NormalSeriesByPcgs',
754
'NormalSubgroups',
755
'NormalizeWhitespace',
756
'NormalizedWhitespace',
757
'Normalizer',
758
'NormalizerInGLnZ',
759
'NormalizerInGLnZBravaisGroup',
760
'NormedRowVector',
761
'NrArrangements',
762
'NrBasisVectors',
763
'NrCombinations',
764
'NrConjugacyClasses',
765
'NrConjugacyClassesGL',
766
'NrConjugacyClassesGU',
767
'NrConjugacyClassesPGL',
768
'NrConjugacyClassesPGU',
769
'NrConjugacyClassesPSL',
770
'NrConjugacyClassesPSU',
771
'NrConjugacyClassesSL',
772
'NrConjugacyClassesSLIsogeneous',
773
'NrConjugacyClassesSU',
774
'NrConjugacyClassesSUIsogeneous',
775
'NrDerangements',
776
'NrInputsOfStraightLineProgram',
777
'NrMovedPoints',
778
'NrOrderedPartitions',
779
'NrPartitionTuples',
780
'NrPartitions',
781
'NrPartitionsSet',
782
'NrPermutationsList',
783
'NrPolyhedralSubgroups',
784
'NrRestrictedPartitions',
785
'NrTuples',
786
'NrUnorderedTuples',
787
'NullAlgebra',
788
'NullMat',
789
'NullspaceIntMat',
790
'NullspaceMat',
791
'NullspaceMatDestructive',
792
'NullspaceModQ',
793
'Number',
794
'NumberArgumentsFunction',
795
'NumberFFVector',
796
'NumberPerfectGroups',
797
'NumberPerfectLibraryGroups',
798
'NumberSmallGroups',
799
'NumberSyllables',
800
'NumeratorOfModuloPcgs',
801
'NumeratorOfRationalFunction',
802
'NumeratorRat',
803
'Objectify',
804
'ObjectifyWithAttributes',
805
'OctaveAlgebra',
806
'OldGeneratorsOfPresentation',
807
'Omega',
808
'OnBreak',
809
'OnBreakMessage',
810
'OnIndeterminates',
811
'OnLeftInverse',
812
'OnLines',
813
'OnPairs',
814
'OnPoints',
815
'OnRight',
816
'OnSets',
817
'OnSetsDisjointSets',
818
'OnSetsSets',
819
'OnSetsTuples',
820
'OnSubspacesByCanonicalBasis',
821
'OnTuples',
822
'OnTuplesSets',
823
'OnTuplesTuples',
824
'One',
825
'OneAttr',
826
'OneCoboundaries',
827
'OneCocycles',
828
'OneFactorBound',
829
'OneImmutable',
830
'OneMutable',
831
'OneOfPcgs',
832
'OneOp',
833
'OneSM',
834
'OneSameMutability',
835
'OperationAlgebraHomomorphism',
836
'Orbit',
837
'OrbitFusions',
838
'OrbitLength',
839
'OrbitLengths',
840
'OrbitLengthsDomain',
841
'OrbitPerms',
842
'OrbitPowerMaps',
843
'OrbitStabChain',
844
'OrbitStabilizer',
845
'OrbitStabilizerAlgorithm',
846
'Orbits',
847
'OrbitsDomain',
848
'OrbitsPerms',
849
'Order',
850
'OrderMod',
851
'OrderingOnGenerators',
852
'Ordinal',
853
'OrdinaryCharacterTable',
854
'OrthogonalComponents',
855
'OrthogonalEmbeddings',
856
'OrthogonalEmbeddingsSpecialDimension',
857
'PCentralLieAlgebra',
858
'PCentralNormalSeriesByPcgsPGroup',
859
'PCentralSeries',
860
'PClassPGroup',
861
'PCore',
862
'PGL',
863
'PGU',
864
'POW',
865
'PQuotient',
866
'PROD',
867
'PSL',
868
'PSP',
869
'PSU',
870
'PSp',
871
'PadicCoefficients',
872
'PadicNumber',
873
'PadicValuation',
874
'Parametrized',
875
'Parent',
876
'ParentPcgs',
877
'PartialFactorization',
878
'PartialOrderByOrderingFunction',
879
'PartialOrderOfHasseDiagram',
880
'Partition',
881
'PartitionTuples',
882
'Partitions',
883
'PartitionsGreatestEQ',
884
'PartitionsGreatestLE',
885
'PartitionsSet',
886
'PcGroupCode',
887
'PcGroupCodeRec',
888
'PcGroupFpGroup',
889
'PcGroupWithPcgs',
890
'PcSeries',
891
'Pcgs',
892
'PcgsCentralSeries',
893
'PcgsChiefSeries',
894
'PcgsElementaryAbelianSeries',
895
'PcgsPCentralSeriesPGroup',
896
'Pcgs_OrbitStabilizer',
897
'PerfectGroup',
898
'PerfectIdentification',
899
'PerfectResiduum',
900
'Perform',
901
'PermBounds',
902
'PermCharInfo',
903
'PermCharInfoRelative',
904
'PermChars',
905
'PermComb',
906
'PermLeftQuoTransformation',
907
'PermList',
908
'PermListList',
909
'Permanent',
910
'Permutation',
911
'PermutationCharacter',
912
'PermutationCycle',
913
'PermutationCycleOp',
914
'PermutationGModule',
915
'PermutationMat',
916
'PermutationsList',
917
'Permuted',
918
'Phi',
919
'PolynomialByExtRep',
920
'PolynomialCoefficientsOfPolynomial',
921
'PolynomialDivisionAlgorithm',
922
'PolynomialModP',
923
'PolynomialReducedRemainder',
924
'PolynomialReduction',
925
'PolynomialRing',
926
'PopOptions',
927
'Position',
928
'PositionBound',
929
'PositionCanonical',
930
'PositionFirstComponent',
931
'PositionNonZero',
932
'PositionNot',
933
'PositionNthOccurrence',
934
'PositionProperty',
935
'PositionSet',
936
'PositionSorted',
937
'PositionStream',
938
'PositionSublist',
939
'PositionWord',
940
'PositionsOp',
941
'PositiveRoots',
942
'PossibleClassFusions',
943
'PossiblePowerMaps',
944
'PowerMap',
945
'PowerMapOp',
946
'PowerModCoeffs',
947
'PowerModInt',
948
'PowerPartition',
949
'PreImage',
950
'PreImageElm',
951
'PreImages',
952
'PreImagesElm',
953
'PreImagesRange',
954
'PreImagesRepresentative',
955
'PreImagesSet',
956
'PrefrattiniSubgroup',
957
'PreimagesOfTransformation',
958
'PresentationFpGroup',
959
'PresentationNormalClosure',
960
'PresentationNormalClosureRrs',
961
'PresentationSubgroup',
962
'PresentationSubgroupMtc',
963
'PresentationSubgroupRrs',
964
'PresentationViaCosetTable',
965
'PrevPrimeInt',
966
'PrimaryGeneratorWords',
967
'PrimeBlocks',
968
'PrimeBlocksOp',
969
'PrimeField',
970
'PrimePGroup',
971
'PrimePowersInt',
972
'PrimeResidues',
973
'Primes',
974
'PrimitiveElement',
975
'PrimitiveGroup',
976
'PrimitiveIdentification',
977
'PrimitivePolynomial',
978
'PrimitiveRoot',
979
'PrimitiveRootMod',
980
'Print',
981
'PrintAmbiguity',
982
'PrintArray',
983
'PrintCharacterTable',
984
'PrintFactorsInt',
985
'PrintFormattingStatus',
986
'PrintHashWithNames',
987
'PrintObj',
988
'PrintTo',
989
'Process',
990
'Product',
991
'ProductCoeffs',
992
'ProductSpace',
993
'ProductX',
994
'ProjectedInducedPcgs',
995
'ProjectedPcElement',
996
'Projection',
997
'ProjectionMap',
998
'ProjectiveActionHomomorphismMatrixGroup',
999
'ProjectiveActionOnFullSpace',
1000
'ProjectiveGeneralLinearGroup',
1001
'ProjectiveGeneralUnitaryGroup',
1002
'ProjectiveOrder',
1003
'ProjectiveSpecialLinearGroup',
1004
'ProjectiveSpecialUnitaryGroup',
1005
'ProjectiveSymplecticGroup',
1006
'PseudoRandom',
1007
'PthPowerImage',
1008
'PthPowerImages',
1009
'PushOptions',
1010
'QUO',
1011
'Quadratic',
1012
'QuaternionAlgebra',
1013
'QuoInt',
1014
'QuotRemLaurpols',
1015
'Quotient',
1016
'QuotientMod',
1017
'QuotientPolynomialsExtRep',
1018
'QuotientRemainder',
1019
'READ',
1020
'RadicalGroup',
1021
'RadicalOfAlgebra',
1022
'Random',
1023
'RandomBinaryRelationOnPoints',
1024
'RandomHashKey',
1025
'RandomInvertibleMat',
1026
'RandomIsomorphismTest',
1027
'RandomList',
1028
'RandomMat',
1029
'RandomPrimitivePolynomial',
1030
'RandomSource',
1031
'RandomTransformation',
1032
'RandomUnimodularMat',
1033
'Range',
1034
'Rank',
1035
'RankAction',
1036
'RankFilter',
1037
'RankMat',
1038
'RankOfTransformation',
1039
'RankPGroup',
1040
'Rat',
1041
'RationalClass',
1042
'RationalClasses',
1043
'RationalizedMat',
1044
'Rationals',
1045
'Read',
1046
'ReadAll',
1047
'ReadAllLine',
1048
'ReadAsFunction',
1049
'ReadByte',
1050
'ReadLine',
1051
'ReadPackage',
1052
'ReadPkg',
1053
'ReadTest',
1054
'RealClasses',
1055
'RealPart',
1056
'RealizableBrauerCharacters',
1057
'RecFields',
1058
'RecNames',
1059
'RedispatchOnCondition',
1060
'ReduceCoeffs',
1061
'ReduceCoeffsMod',
1062
'ReduceRules',
1063
'ReduceStabChain',
1064
'Reduced',
1065
'ReducedAdditiveInverse',
1066
'ReducedCharacters',
1067
'ReducedClassFunctions',
1068
'ReducedComm',
1069
'ReducedConfluentRewritingSystem',
1070
'ReducedConjugate',
1071
'ReducedDifference',
1072
'ReducedForm',
1073
'ReducedGroebnerBasis',
1074
'ReducedInverse',
1075
'ReducedLeftQuotient',
1076
'ReducedOne',
1077
'ReducedPcElement',
1078
'ReducedPower',
1079
'ReducedProduct',
1080
'ReducedQuotient',
1081
'ReducedScalarProduct',
1082
'ReducedSum',
1083
'ReducedZero',
1084
'Ree',
1085
'ReeGroup',
1086
'ReesCongruenceOfSemigroupIdeal',
1087
'ReesMatrixSemigroup',
1088
'ReesMatrixSemigroupElement',
1089
'ReesZeroMatrixSemigroup',
1090
'ReesZeroMatrixSemigroupElement',
1091
'ReesZeroMatrixSemigroupElementIsZero',
1092
'RefinedPcGroup',
1093
'RegularActionHomomorphism',
1094
'RegularModule',
1095
'RelationsOfFpSemigroup',
1096
'RelativeBasis',
1097
'RelativeOrders',
1098
'RelatorsOfFpGroup',
1099
'RemInt',
1100
'Remove',
1101
'RemoveCharacters',
1102
'RemoveFile',
1103
'RemoveOuterCoeffs',
1104
'RemoveRelator',
1105
'RemoveSet',
1106
'RemoveStabChain',
1107
'ReplacedString',
1108
'Representative',
1109
'RepresentativeAction',
1110
'RepresentativeLinearOperation',
1111
'RepresentativeSmallest',
1112
'RepresentativesContainedRightCosets',
1113
'RepresentativesFusions',
1114
'RepresentativesMinimalBlocks',
1115
'RepresentativesPerfectSubgroups',
1116
'RepresentativesPowerMaps',
1117
'RepresentativesSimpleSubgroups',
1118
'Reread',
1119
'RereadPackage',
1120
'Reset',
1121
'RestoreStateRandom',
1122
'RestrictOutputsOfSLP',
1123
'Restricted',
1124
'RestrictedClassFunction',
1125
'RestrictedClassFunctions',
1126
'RestrictedMapping',
1127
'RestrictedPartitions',
1128
'RestrictedPerm',
1129
'RestrictedTransformation',
1130
'ResultOfStraightLineProgram',
1131
'Resultant',
1132
'Reversed',
1133
'RewriteWord',
1134
'RightCoset',
1135
'RightCosets',
1136
'RightDerivations',
1137
'Ring',
1138
'RingWithOne',
1139
'Root',
1140
'RootInt',
1141
'RootMod',
1142
'RootOfDefiningPolynomial',
1143
'RootSystem',
1144
'RootsMod',
1145
'RoundCyc',
1146
'Rules',
1147
'SL',
1148
'SO',
1149
'SP',
1150
'SQ',
1151
'SSortedList',
1152
'SU',
1153
'SameBlock',
1154
'SandwichMatrixOfReesMatrixSemigroup',
1155
'SandwichMatrixOfReesZeroMatrixSemigroup',
1156
'SaveWorkspace',
1157
'ScalarProduct',
1158
'SchurCover',
1159
'SemiSimpleType',
1160
'SemidirectProduct',
1161
'Semigroup',
1162
'Set',
1163
'SetAssertionLevel',
1164
'SetCommutator',
1165
'SetConjugate',
1166
'SetCrystGroupDefaultAction',
1167
'SetEntrySCTable',
1168
'SetFilterObj',
1169
'SetHashEntry',
1170
'SetHashEntryAtLastIndex',
1171
'SetHelpViewer',
1172
'SetIndeterminateName',
1173
'SetInfoLevel',
1174
'SetName',
1175
'SetParent',
1176
'SetPower',
1177
'ShallowCopy',
1178
'ShiftedCoeffs',
1179
'ShiftedPadicNumber',
1180
'ShortLexOrdering',
1181
'ShortestVectors',
1182
'Sigma',
1183
'SignInt',
1184
'SignPartition',
1185
'SignPerm',
1186
'SimpleLieAlgebra',
1187
'SimpleSystem',
1188
'SimplifiedFpGroup',
1189
'SimplifyPresentation',
1190
'SimultaneousEigenvalues',
1191
'SingleCollector',
1192
'Size',
1193
'SizeConsiderFunction',
1194
'SizeNumbersPerfectGroups',
1195
'SizeOfFieldOfDefinition',
1196
'SizeScreen',
1197
'SizeStabChain',
1198
'SizesCentralizers',
1199
'SizesConjugacyClasses',
1200
'SizesPerfectGroups',
1201
'SmallGeneratingSet',
1202
'SmallGroup',
1203
'SmallerDegreePermutationRepresentation',
1204
'SmallestGeneratorPerm',
1205
'SmallestMovedPoint',
1206
'SmallestRootInt',
1207
'SmithNormalFormIntegerMat',
1208
'Socle',
1209
'SocleTypePrimitiveGroup',
1210
'SolutionIntMat',
1211
'SolutionMat',
1212
'SolutionMatDestructive',
1213
'SolutionNullspaceIntMat',
1214
'Sort',
1215
'SortParallel',
1216
'SortedCharacterTable',
1217
'SortedCharacters',
1218
'SortedList',
1219
'SortedSparseActionHomomorphism',
1220
'SortingPerm',
1221
'Sp',
1222
'SparseActionHomomorphism',
1223
'SparseCartanMatrix',
1224
'SparseHashTable',
1225
'SparseIntKey',
1226
'SpecialLinearGroup',
1227
'SpecialOrthogonalGroup',
1228
'SpecialPcgs',
1229
'SpecialUnitaryGroup',
1230
'SplitCharacters',
1231
'SplitExtension',
1232
'SplitString',
1233
'SplittingField',
1234
'Sqrt',
1235
'SquareRoots',
1236
'StabChain',
1237
'StabChainBaseStrongGenerators',
1238
'StabChainImmutable',
1239
'StabChainMutable',
1240
'StabChainOp',
1241
'StabChainOptions',
1242
'Stabilizer',
1243
'StabilizerOfExternalSet',
1244
'StabilizerPcgs',
1245
'StandardAssociate',
1246
'StandardGeneratorsInfo',
1247
'StandardizeTable',
1248
'StarCyc',
1249
'Stirling1',
1250
'Stirling2',
1251
'StratMeetPartition',
1252
'StretchImportantSLPElement',
1253
'String',
1254
'StringDate',
1255
'StringOfResultOfStraightLineProgram',
1256
'StringPP',
1257
'StringTime',
1258
'StructuralCopy',
1259
'StructureConstantsTable',
1260
'StructureDescription',
1261
'SubAlgebraModule',
1262
'Subalgebra',
1263
'SubdirectProduct',
1264
'SubdirectProducts',
1265
'Subfield',
1266
'Subfields',
1267
'Subgroup',
1268
'SubgroupByPcgs',
1269
'SubgroupByProperty',
1270
'SubgroupOfWholeGroupByCosetTable',
1271
'SubgroupOfWholeGroupByQuotientSubgroup',
1272
'SubgroupProperty',
1273
'SubgroupShell',
1274
'SubgroupsSolvableGroup',
1275
'Submodule',
1276
'Submonoid',
1277
'SubnearAdditiveGroup',
1278
'SubnormalSeries',
1279
'Subring',
1280
'SubringWithOne',
1281
'Subsemigroup',
1282
'Subspace',
1283
'Subspaces',
1284
'SubstitutedWord',
1285
'SubtractSet',
1286
'Subword',
1287
'Successors',
1288
'Sum',
1289
'SumFactorizationFunctionPcgs',
1290
'SumIntersectionMat',
1291
'SumX',
1292
'SupersolvableResiduum',
1293
'SupportedCharacterTableInfo',
1294
'SurjectiveActionHomomorphismAttr',
1295
'SuzukiGroup',
1296
'SylowComplement',
1297
'SylowSubgroup',
1298
'SylowSystem',
1299
'SymmetricClosureBinaryRelation',
1300
'SymmetricGroup',
1301
'SymmetricParentGroup',
1302
'SymmetricParts',
1303
'SymmetricPower',
1304
'SymmetricPowerOfAlgebraModule',
1305
'Symmetrizations',
1306
'SymplecticComponents',
1307
'SymplecticGroup',
1308
'TableAutomorphisms',
1309
'TableOfMarks',
1310
'TableOfMarksByLattice',
1311
'TableOfMarksComponents',
1312
'TableOfMarksCyclic',
1313
'TableOfMarksDihedral',
1314
'TableOfMarksFrobenius',
1315
'Tau',
1316
'TensorProduct',
1317
'TensorProductGModule',
1318
'TensorProductOfAlgebraModules',
1319
'Tensored',
1320
'TietzeWordAbstractWord',
1321
'Trace',
1322
'TraceImmediateMethods',
1323
'TraceMat',
1324
'TraceMethods',
1325
'TracePolynomial',
1326
'TracedCosetFpGroup',
1327
'TransferDiagram',
1328
'Transformation',
1329
'TransformationData',
1330
'TransformationRelation',
1331
'TransformationType',
1332
'TransformingPermutations',
1333
'TransformingPermutationsCharacterTables',
1334
'TransitiveClosureBinaryRelation',
1335
'TransitiveIdentification',
1336
'Transitivity',
1337
'TranslatorSubalgebra',
1338
'TransposedMat',
1339
'TransposedMatAttr',
1340
'TransposedMatDestructive',
1341
'TransposedMatImmutable',
1342
'TransposedMatMutable',
1343
'TransposedMatOp',
1344
'TransposedMatrixGroup',
1345
'TriangulizeIntegerMat',
1346
'TriangulizeMat',
1347
'TriangulizedIntegerMat',
1348
'TriangulizedIntegerMatTransform',
1349
'TriangulizedNullspaceMat',
1350
'TriangulizedNullspaceMatDestructive',
1351
'TrivialCharacter',
1352
'TrivialGroup',
1353
'TrivialIterator',
1354
'TrivialSubalgebra',
1355
'TrivialSubgroup',
1356
'TrivialSubmagmaWithOne',
1357
'TrivialSubmodule',
1358
'TrivialSubmonoid',
1359
'TrivialSubspace',
1360
'Tuple',
1361
'Tuples',
1362
'Unbind',
1363
'UnbindElmWPObj',
1364
'UnbindGlobal',
1365
'UnderlyingCharacterTable',
1366
'UnderlyingCharacteristic',
1367
'UnderlyingElement',
1368
'UnderlyingElementOfReesMatrixSemigroupElement',
1369
'UnderlyingElementOfReesZeroMatrixSemigroupElement',
1370
'UnderlyingExternalSet',
1371
'UnderlyingGeneralMapping',
1372
'UnderlyingGroup',
1373
'UnderlyingLeftModule',
1374
'UnderlyingLieAlgebra',
1375
'UnderlyingRelation',
1376
'Union',
1377
'Union2',
1378
'Unique',
1379
'UniteSet',
1380
'Units',
1381
'UnivariatePolynomial',
1382
'UnivariatePolynomialByCoefficients',
1383
'UnivariatePolynomialRing',
1384
'UnivariateRationalFunctionByCoefficients',
1385
'UnivariatenessTestRationalFunction',
1386
'UniversalEnvelopingAlgebra',
1387
'Unknown',
1388
'UnorderedTuples',
1389
'UnprofileFunctions',
1390
'UnprofileMethods',
1391
'UntraceMethods',
1392
'UpdateMap',
1393
'UpperCentralSeries',
1394
'UpperCentralSeriesOfGroup',
1395
'UpperSubdiagonal',
1396
'UseBasis',
1397
'UseFactorRelation',
1398
'UseIsomorphismRelation',
1399
'UseSubsetRelation',
1400
'Valuation',
1401
'Value',
1402
'ValueCochain',
1403
'ValueGlobal',
1404
'ValueMolienSeries',
1405
'ValueOption',
1406
'ValuePol',
1407
'ValuesOfClassFunction',
1408
'VectorSpace',
1409
'VectorSpaceByPcgsOfElementaryAbelianGroup',
1410
'View',
1411
'VirtualCharacter',
1412
'WeakPointerObj',
1413
'WedgeGModule',
1414
'WeekDay',
1415
'WeightLexOrdering',
1416
'WeightOfGenerators',
1417
'WeightVecFFE',
1418
'WeylGroup',
1419
'WeylOrbitIterator',
1420
'Where',
1421
'WreathProduct',
1422
'WreathProductImprimitiveAction',
1423
'WreathProductOrdering',
1424
'WreathProductProductAction',
1425
'WriteAll',
1426
'WriteByte',
1427
'WriteLine',
1428
'ZClassRepsQClass',
1429
'Zero',
1430
'ZeroAttr',
1431
'ZeroCoefficient',
1432
'ZeroCoefficientRatFun',
1433
'ZeroMapping',
1434
'ZeroMutable',
1435
'ZeroOp',
1436
'ZeroSM',
1437
'ZeroSameMutability',
1438
]
1439
1440