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

Path: gap4r8 / pkg / Convex / doc / chap2.txt
Views: 418346
1
2
2 Installation of the Convex Package
3
4
To install this package just extract the package's archive file to the GAP
5
pkg directory.
6
7
By default the Convex package is not automatically loaded by GAP when it is
8
installed. You must load the package with
9
LoadPackage( "Convex" );
10
before its functions become available.
11
12
Please, send me an e-mail if you have any questions, remarks, suggestions,
13
etc. concerning this package. Also, I would be pleased to hear about
14
applications of this package and about any suggestions for new methods to
15
add to the package.
16
Sebastian Gutsche
17
18
19