Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

563554 views
1
2
<!-- %W utils.xml GAP 4 package AtlasRep Thomas Breuer -->
3
<!-- %Y Copyright 2001, Lehrstuhl D f�r Mathematik, RWTH Aachen, Germany -->
4
5
6
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
7
<Chapter Label="chap:utilities">
8
<Heading>New &GAP; Objects and Utility Functions Provided by the
9
<Package>AtlasRep</Package> Package</Heading>
10
11
This chapter describes &GAP; objects and functions that are provided by the
12
<Package>AtlasRep</Package> package but that might be of general interest.
13
14
<P/>
15
16
The new objects are straight line decisions
17
(see Section&nbsp;<Ref Sect="sect:Straight Line Decisions"/>) and
18
black box programs (see Section&nbsp;<Ref Sect="sect:Black Box Programs"/>).
19
20
<P/>
21
22
The new functions are concerned with representations of minimal degree,
23
see Section&nbsp;<Ref Sect="sect:Representations of Minimal Degree"/>.
24
25
26
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
27
<Section Label="sect:Straight Line Decisions">
28
<Heading>Straight Line Decisions</Heading>
29
30
<#Include Label="StraightLineDecisionIntro">
31
<#Include Label="IsStraightLineDecision">
32
<#Include Label="LinesOfStraightLineDecision">
33
<#Include Label="NrInputsOfStraightLineDecision">
34
<#Include Label="ScanStraightLineDecision">
35
<#Include Label="StraightLineDecision">
36
<#Include Label="ResultOfStraightLineDecision">
37
<#Include Label="Semi-Presentations">
38
<#Include Label="AsStraightLineDecision">
39
<#Include Label="StraightLineProgramFromStraightLineDecision">
40
41
</Section>
42
43
44
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
45
<Section Label="sect:Black Box Programs">
46
<Heading>Black Box Programs</Heading>
47
48
<#Include Label="BBoxIntro">
49
<#Include Label="IsBBoxProgram">
50
<#Include Label="ScanBBoxProgram">
51
<#Include Label="RunBBoxProgram">
52
<#Include Label="ResultOfBBoxProgram">
53
<#Include Label="AsBBoxProgram">
54
<#Include Label="AsStraightLineProgram">
55
56
</Section>
57
58
59
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
60
<Section Label="sect:Representations of Minimal Degree">
61
<Heading>Representations of Minimal Degree</Heading>
62
63
This section deals with minimal degrees of permutation and matrix
64
representations.
65
We do not provide an algorithm that computes these degrees for an arbitrary
66
group,
67
we only provide some tools for evaluating known databases,
68
mainly concerning <Q>bicyclic extensions</Q>
69
(see <Cite Key="CCN85" Where="Section&nbsp;6.5"/>) of simple groups,
70
in order to derive the minimal degrees,
71
see Section&nbsp;<Ref Subsect="subsect:minimality-criteria"/>.
72
<P/>
73
In the <Package>AtlasRep</Package> package,
74
this information can be used for prescribing <Q>minimality conditions</Q> in
75
<Ref Func="DisplayAtlasInfo"/>,
76
<Ref Func="OneAtlasGeneratingSetInfo"/>, and
77
<Ref Func="AllAtlasGeneratingSetInfos"/>.
78
An overview of the stored minimal degrees can be shown with
79
<Ref Func="BrowseMinimalDegrees"/>.
80
81
<#Include Label="MinimalRepresentationInfo">
82
<#Include Label="MinimalRepresentationInfoData">
83
<#Include Label="SetMinimalRepresentationInfo">
84
<#Include Label="subsect:minimality-criteria">
85
86
</Section>
87
88
89
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
90
91
</Chapter>
92
93
94