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 GaussForHomalg 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. Chapter <Ref Chap="usage"/>
23
explains how &GaussForHomalg; works and what you need to know to
24
extend &homalg; with your own rings. Also included in this manual is a
25
documented list of the most important methods and functions for this
26
linking process. Anyone interested in source code should just check
27
out the files in the <F>gap/pkg/GaussForHomalg/gap/</F> folder (&see;
28
Appendix <Ref Label="FileOverview"/>).
29
30
</Section>
31
32
<#Include SYSTEM "install.xml"/>
33
34
</Chapter>
35
36