Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

563640 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!--
4
5
install.xml RingsForHomalg package documentation Mohamed Barakat
6
Simon Goertzen
7
Markus Kirschmer
8
Markus Lange-Hegermann
9
Max Neunhoeffer
10
Daniel Robertz
11
12
Copyright (C) 2007-2009, Mohamed Barakat, Lehrstuhl B für Mathematik, RWTH-Aachen
13
14
This is the chapter of the documentation describing the installation.
15
16
-->
17
18
<Chapter Label="install">
19
<Heading>Installation of the &RingsForHomalg; Package</Heading>
20
21
To install this package just extract the package's archive file to the
22
&GAP; <F>pkg</F> directory.<P/>
23
24
By default the &RingsForHomalg; package is not automatically loaded by &GAP;
25
when it is installed. You must load the package with <Br/><Br/>
26
27
<C>LoadPackage( "RingsForHomalg" );</C> <Br/><Br/>
28
29
before its functions become available.<P/>
30
31
Please, send us an e-mail if you have any questions, remarks,
32
suggestions, etc. concerning this package. Also, we would be pleased to
33
hear about applications of this package. <Br/><Br/><Br/>
34
35
The authors.
36
37
<!-- ############################################################ -->
38
39
</Chapter>
40
41