GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
<?xml version="1.0" encoding="UTF-8"?>12<!--34usage.xml SCO package documentation Simon Goertzen567Copyright (C) 2007-2008, Lehrstuhl B für Mathematik, RWTH-Aachen89This chapter explains the usage of this package.1011-->1213<Chapter Label="usage"><Heading>Usage</Heading>1415There are different ways to use &SCO;. Please note that for the actual16computations the &homalg; package is required, and you will need both17the &RingsForHomalg; and the &GaussForHomalg; package to make use of18the full computational capabilities. For your information,19&RingsForHomalg; offers support for external computer algebra systems20and the rings they support, while &GaussForHomalg; extends &GAP;21functionality with regards to sparse matrices and computations over22fields and <M>&ZZ; / \langle p^n \rangle</M>. <P/>2324<Section Label="script"><Heading>The Examples Script</Heading>2526Regardless of the extend of your installation, you will always be able27to call the example script <F>SCO/examples/examples.g</F>. This script28is not only callable in-&GAP; by <Ref Meth="SCO_Examples"/>, but also29automatically checks which packages you have installed and provides30you with the available options.3132The example script is designed to take you through the ring creation33process and then load one of the files of your choice located in the34<F>SCO/examples/orbifolds/</F> directory. In there you will find a lot35of test files with small 0- or 1-dimensional orbifolds, but also the36complete triangulations of the 17 orbifolds corresponding to the372-dimensional wallpaper groups (these should be exactly the38uncapitalized files, ranging from <F>p1.g</F> to39<F>p6m.g</F>). Computing the cohomology of these orbifolds was40an important part of my diploma thesis <Cite Key="Goe"/> and I have41also created a separate document <Cite Key="WGC"/> to present my42results.<P/>4344Please note that the variables <A>M</A>, <A>iso</A>, and <A>mu</A>45in the orbifold files have to keep their name for the example script46to work correctly. Refer to chapter <Ref Label="examples"/> for47concrete examples.4849</Section>5051<Section Label="manual"><Heading>Working Manually</Heading>5253Once you are familiar with the example script and want to try out your54own triangulations, it is best to create your own <F>.g</F> file in55the <F>SCO/examples/orbifolds/</F> directory, then call the script56again. If for any reason you do not want to create a file or work with57the script, you can always do every step by hand. Check <Ref58Label="ch:MandF"/> if you need to know more about specific methods and59functions. The basic steps are:<P/>6061<List>62<Item>Define a list of maximum simplices</Item>63<Item>If applicable, define an isotropy record</Item>64<Item>If applicable, define a list encoding the <M>\mu</M>-map</Item>65<Item>From the above data, create an orbifold triangulation</Item>66<Item>Define the simplicial set of the orbifold triangulation</Item>67<Item>Create a &homalg; ring <M>R</M></Item>68<Item>Create boundary or coboundary matrices over <M>R</M></Item>69<Item>Calculate their homology or cohomology</Item>70</List>7172</Section>7374</Chapter>757677