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 / intro.xml
Views: 418346
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!--
4
5
intro.xml Convex package documentation
6
7
Copyright (C) 2011-2012, Sebastian Gutsche, RWTH Aachen University
8
9
This chapter gives a short introduction and explains the philosophy
10
behind the package.
11
12
-->
13
14
<Chapter Label="intro">
15
<Heading>Introduction</Heading>
16
17
<Section Label="WhyToricVarieties">
18
<Heading>What is the goal of the &Convex; package?</Heading>
19
&Convex; provides structures and algorithms for convex geometry. It can handle convex, fans and polytopes. Not only the structures are provided, but also a collection of
20
algorithms to handle those objects. Basically, it provides convex geometry to &GAP;.
21
It is capable of communicating with the CAS polymake via the package &PolymakeInterface; and also provides several methods by itself.
22
23
</Section>
24
25
<!-- ############################################################ -->
26
27
</Chapter>
28