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 What is the purpose of the this package?
6
7
Normaliz [BIRS14] is a software for computations with rational cones and
8
affine monoids. It pursues two main computational goals: finding the Hilbert
9
basis, a minimal generating system of the monoid of lattice points of a
10
cone; and counting elements degree-wise in a generating function, the
11
Hilbert series. As a recent extension, Normaliz can handle unbounded
12
polyhedra. The Hilbert basis computation can be considered as solving a
13
linear diophantine system of inhomogeneous equations, inequalities and
14
congruences.
15
16
This package encapsulates a libnormaliz cone and gives access to it in the
17
GAP environment. In this way GAP can be used as interactive interface to
18
libnormaliz.
19
20
21