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
Polytope.xml Convex
6
7
Copyright (C) 2011-2012, Sebastian Gutsche, RWTH Aachen University
8
9
-->
10
11
<Chapter Label="Polytope">
12
<Heading>Polytope</Heading>
13
14
<Section Label="Polytope:Category">
15
<Heading>Polytope: Category and Representations</Heading>
16
17
<#Include Label="IsPolytope">
18
Remember: Every cone is a convex object.
19
20
</Section>
21
22
<Section Label="Polytope:Properties">
23
<Heading>Polytope: Properties</Heading>
24
25
<#Include Label="IsNotEmpty">
26
<#Include Label="IsLatticePolytope">
27
<#Include Label="IsVeryAmple">
28
<#Include Label="IsNormalPolytope">
29
<#Include Label="IsSimplicialPolytope">
30
<#Include Label="IsSimplePolytope">
31
32
</Section>
33
34
<Section Label="Polytope:Attributes">
35
<Heading>Polytope: Attributes</Heading>
36
37
<#Include Label="Vertices">
38
<#Include Label="LatticePoints">
39
<#Include Label="FacetInequalities">
40
<#Include Label="VerticesInFacets">
41
<#Include Label="AffineCone">
42
<#Include Label="NormalFan">
43
<#Include Label="RelativeInteriorLatticePoints">
44
45
46
47
</Section>
48
49
<Section Label="Polytope:Methods">
50
<Heading>Polytope: Methods</Heading>
51
52
<#Include Label="PROD">
53
<#Include Label="PLUS">
54
55
</Section>
56
57
<Section Label="Polytope:Constructors">
58
<Heading>Polytope: Constructors</Heading>
59
60
<#Include Label="Polytope">
61
<#Include Label="PolytopeByInequalities">
62
63
</Section>
64
65
<Section Label="Polytope:Examples">
66
<Heading>Polytope: Examples</Heading>
67
<#Include Label="PolytopeExample">
68
</Section>
69
70
71
<!-- ############################################################ -->
72
73
</Chapter>
74
75