GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
<?xml version="1.0" encoding="UTF-8"?>12<!--34intro.xml SCO package documentation Simon Goertzen567Copyright (C) 2007-2008, Lehrstuhl B für Mathematik, RWTH-Aachen89This chapter gives a short introduction and explains the philosophy10behind the package.1112-->1314<Chapter Label="intro">15<Heading>Introduction</Heading>1617<Section Label="overview">18<Heading>Overview over this manual</Heading>1920Chapter <Ref Chap="intro"/> is concerned with the technical details of21installing and running this package. The following chapter <Ref22Chap="usage"/> explains how to use &SCO; to compute simplicial23(co-)homology of orbifolds. For the theoretical parts please refer to24my diploma thesis and the corresponding paper (work in progress; <Cite25Key="Goe"/>). After this chapter you will find some simple examples on26using &SCO; with (finite) groups, manifolds, or some easy27orbifolds. Also included in this manual is a documented list of the28most important methods and functions you will need to work with29&SCO;'s data types OrbifoldTriangulation and SimplicialSet and to30create the matrices needed for computations. Anyone interested in31source code should just check out the files in the32<F>gap/pkg/SCO/gap/</F> folder (&see; Appendix <Ref33Label="FileOverview"/>).3435</Section>3637<#Include SYSTEM "install.xml"/>3839</Chapter>404142