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
1 Introduction
3
4
5
1.1 Overview over this manual
6
7
Chapter 1 is concerned with the technical details of installing and running
8
this package. Chapter 2 explains how GaussForHomalg works and what you need
9
to know to extend homalg with your own rings. Also included in this manual
10
is a documented list of the most important methods and functions for this
11
linking process. Anyone interested in source code should just check out the
12
files in the gap/pkg/GaussForHomalg/gap/ folder (--> Appendix A).
13
14
15
1.2 Installation of the GaussForHomalg Package
16
17
To install this package just extract the package's archive file to the GAP
18
pkg/ directory. By default the GaussForHomalg package is not automatically
19
loaded by GAP when it is installed. You must load the package with
20
LoadPackage("GaussForHomalg"); before its functions become available.
21
Please, send me an e-mail if you have any questions, remarks, suggestions,
22
etc. concerning GaussForHomalg. Also, I would like to hear about
23
applications of this package.
24
Simon Goertzen
25
26
27