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
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!--
4
5
intro.xml SCO package documentation Simon Goertzen
6
7
8
Copyright (C) 2007-2008, Lehrstuhl B für Mathematik, RWTH-Aachen
9
10
This chapter gives a short introduction and explains the philosophy
11
behind the package.
12
13
-->
14
15
<Chapter Label="intro">
16
<Heading>Introduction</Heading>
17
18
<Section Label="overview">
19
<Heading>Overview over this manual</Heading>
20
21
Chapter <Ref Chap="intro"/> is concerned with the technical details of
22
installing and running this package. The following chapter <Ref
23
Chap="usage"/> explains how to use &SCO; to compute simplicial
24
(co-)homology of orbifolds. For the theoretical parts please refer to
25
my diploma thesis and the corresponding paper (work in progress; <Cite
26
Key="Goe"/>). After this chapter you will find some simple examples on
27
using &SCO; with (finite) groups, manifolds, or some easy
28
orbifolds. Also included in this manual is a documented list of the
29
most important methods and functions you will need to work with
30
&SCO;'s data types OrbifoldTriangulation and SimplicialSet and to
31
create the matrices needed for computations. Anyone interested in
32
source code should just check out the files in the
33
<F>gap/pkg/SCO/gap/</F> folder (&see; Appendix <Ref
34
Label="FileOverview"/>).
35
36
</Section>
37
38
<#Include SYSTEM "install.xml"/>
39
40
</Chapter>
41
42