CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

| Download

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

Views: 418346
1
2
3
The SCO Package Manual
4
5
6
Simplicial Cohomology of Orbifolds
7
8
9
Version 2017.09.10
10
11
12
August 2011
13
14
15
Simon Görtzen
16
17
18
19
Simon Görtzen
20
Email: mailto:[email protected]
21
Homepage: http://wwwb.math.rwth-aachen.de/goertzen/
22
Address: Lehrstuhl B für Mathematik
23
RWTH Aachen
24
Templergraben 64
25
52062 Aachen
26
(Germany)
27
28
29
30
-------------------------------------------------------
31
Abstract
32
This document explains the primary uses of the SCO package. Included in this
33
manual is a documented list of the most important methods and functions you
34
will need. For the theoretical basis of this package please refer to my
35
diploma thesis and the corresponding paper (work in progress; [Gör08a]).
36
37
38
-------------------------------------------------------
39
Copyright
40
© 2007-2011 by Simon Görtzen
41
42
This package may be distributed under the terms and conditions of the GNU
43
Public License Version 2.
44
45
46
-------------------------------------------------------
47
Acknowledgements
48
The SCO package would not have been possible without the theoretical work by
49
I. Moerdijk and D. A. Pronk concerning simplicial cohomology of orbifolds
50
[MP99]. Many thanks to these two, as well as Mohamed Barakat and the
51
Lehrstuhl B für Mathematik at RWTH Aachen University in general. It should
52
be noted that SCO in its current functionality is dependent on the GAP
53
package homalg by M. Barakat [BR08], as it relies on homalg to do the actual
54
computations. This manual was created with the help of the GAPDoc package by
55
M. Neunhöffer and F. Lübeck.
56
57
58
-------------------------------------------------------
59
60
61
Contents (SCO)
62
63
1 Introduction
64
1.1 Overview over this manual
65
1.2 Installation of the SCO Package
66
2 Usage
67
2.1 The Examples Script
68
2.2 Working Manually
69
3 Examples
70
3.1 Example 1: Klein Bottle
71
3.2 Example 2: V_4
72
3.3 Example 3: The "Teardrop" orbifold
73
4 SCO methods and functions
74
4.1 Methods and functions for orbifold triangulations
75
4.1-1 OrbifoldTriangulation
76
4.1-2 Vertices
77
4.1-3 Simplices
78
4.1-4 Isotropy
79
4.1-5 Mu
80
4.1-6 MuData
81
4.1-7 InfoString
82
4.2 Methods and functions for simplicial sets
83
4.2-1 SimplicialSet
84
4.2-2 SimplicialSet
85
4.2-3 ComputeNextDimension
86
4.2-4 Extend
87
4.3 Methods and functions for matrix creation and computation
88
4.3-1 BoundaryOperator
89
4.3-2 CreateBoundaryMatrices
90
4.3-3 Homology
91
4.3-4 CreateCoboundaryMatrices
92
4.3-5 Cohomology
93
4.3-6 SCO_Examples
94
A An Overview of the SCO package source code
95
96
97

98
99