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

563624 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!--
4
5
usage.xml SCO package documentation Simon Goertzen
6
7
8
Copyright (C) 2007-2008, Lehrstuhl B für Mathematik, RWTH-Aachen
9
10
This chapter explains the usage of this package.
11
12
-->
13
14
<Chapter Label="usage"><Heading>Usage</Heading>
15
16
There are different ways to use &SCO;. Please note that for the actual
17
computations the &homalg; package is required, and you will need both
18
the &RingsForHomalg; and the &GaussForHomalg; package to make use of
19
the full computational capabilities. For your information,
20
&RingsForHomalg; offers support for external computer algebra systems
21
and the rings they support, while &GaussForHomalg; extends &GAP;
22
functionality with regards to sparse matrices and computations over
23
fields and <M>&ZZ; / \langle p^n \rangle</M>. <P/>
24
25
<Section Label="script"><Heading>The Examples Script</Heading>
26
27
Regardless of the extend of your installation, you will always be able
28
to call the example script <F>SCO/examples/examples.g</F>. This script
29
is not only callable in-&GAP; by <Ref Meth="SCO_Examples"/>, but also
30
automatically checks which packages you have installed and provides
31
you with the available options.
32
33
The example script is designed to take you through the ring creation
34
process and then load one of the files of your choice located in the
35
<F>SCO/examples/orbifolds/</F> directory. In there you will find a lot
36
of test files with small 0- or 1-dimensional orbifolds, but also the
37
complete triangulations of the 17 orbifolds corresponding to the
38
2-dimensional wallpaper groups (these should be exactly the
39
uncapitalized files, ranging from <F>p1.g</F> to
40
<F>p6m.g</F>). Computing the cohomology of these orbifolds was
41
an important part of my diploma thesis <Cite Key="Goe"/> and I have
42
also created a separate document <Cite Key="WGC"/> to present my
43
results.<P/>
44
45
Please note that the variables <A>M</A>, <A>iso</A>, and <A>mu</A>
46
in the orbifold files have to keep their name for the example script
47
to work correctly. Refer to chapter <Ref Label="examples"/> for
48
concrete examples.
49
50
</Section>
51
52
<Section Label="manual"><Heading>Working Manually</Heading>
53
54
Once you are familiar with the example script and want to try out your
55
own triangulations, it is best to create your own <F>.g</F> file in
56
the <F>SCO/examples/orbifolds/</F> directory, then call the script
57
again. If for any reason you do not want to create a file or work with
58
the script, you can always do every step by hand. Check <Ref
59
Label="ch:MandF"/> if you need to know more about specific methods and
60
functions. The basic steps are:<P/>
61
62
<List>
63
<Item>Define a list of maximum simplices</Item>
64
<Item>If applicable, define an isotropy record</Item>
65
<Item>If applicable, define a list encoding the <M>\mu</M>-map</Item>
66
<Item>From the above data, create an orbifold triangulation</Item>
67
<Item>Define the simplicial set of the orbifold triangulation</Item>
68
<Item>Create a &homalg; ring <M>R</M></Item>
69
<Item>Create boundary or coboundary matrices over <M>R</M></Item>
70
<Item>Calculate their homology or cohomology</Item>
71
</List>
72
73
</Section>
74
75
</Chapter>
76
77