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
install.xml GradedModules package documentation Mohamed Barakat
6
7
Copyright (C) 2008-2009, Mohamed Barakat, Universität des Saarlandes
8
9
This is the chapter of the documentation describing the installation.
10
11
-->
12
13
<Chapter Label="install">
14
<Heading>Installation of the &GradedModules; Package</Heading>
15
16
To install this package just extract the package's archive file to the
17
&GAP; <F>pkg</F> directory.<P/>
18
19
By default the &GradedModules; package is not automatically loaded by &GAP;
20
when it is installed. You must load the package with <Br/><Br/>
21
<C>LoadPackage("GradedModules");</C> <Br/><Br/>
22
before its functions become available.<P/>
23
24
Please, send me an e-mail if you have any questions, remarks,
25
suggestions, etc. concerning this package. Also, I would be pleased to
26
hear about applications of this package. <Br/><Br/><Br/>
27
28
Mohamed Barakat
29
30
<!-- ############################################################ -->
31
32
</Chapter>
33
34