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 / chap0.txt
Views: 418346
1
2
3
Convex
4
5
6
A GAP package for handling convex objects.
7
8
9
Version 2013.12.05
10
11
12
August 2012
13
14
15
Sebastian Gutsche
16
17
18
19
This manual is best viewed as an HTML document. An
20
offline version should be included in the documentation
21
subfolder of the package.
22
23
24
25
Sebastian Gutsche
26
Email: mailto:[email protected]
27
Homepage: http://wwwb.math.rwth-aachen.de/~gutsche
28
Address: Lehrstuhl B für Mathematik, RWTH Aachen, Templergraben 64,
29
52056 Aachen, Germany
30
31
32
33
-------------------------------------------------------
34
Copyright
35
© 2011-2012 by Sebastian Gutsche
36
37
This package may be distributed under the terms and conditions of the GNU
38
Public License Version 2.
39
40
41
-------------------------------------------------------
42
Acknowledgements
43
44
-------------------------------------------------------
45
46
47
Contents (Convex)
48
49
1 Introduction
50
1.1 What is the goal of the Convex package?
51
2 Installation of the Convex Package
52
3 Convex Objects
53
3.1 Convex Objects: Category and Representations
54
3.1-1 IsConvexObject
55
3.2 Convex objects: Properties
56
3.2-1 IsFullDimensional
57
3.3 Convex objects: Attributes
58
3.3-1 Dimension
59
3.3-2 AmbientSpaceDimension
60
3.3-3 ContainingGrid
61
3.4 Convex objects: Methods
62
3.4-1 DrawObject
63
3.4-2 WeakPointerToExternalObject
64
4 Fan
65
4.1 Fan: Category and Representations
66
4.1-1 IsFan
67
4.2 Fan: Properties
68
4.2-1 IsComplete
69
4.2-2 IsPointed
70
4.2-3 IsSmooth
71
4.2-4 IsRegularFan
72
4.2-5 IsSimplicial
73
4.2-6 HasConvexSupport
74
4.3 Fan: Attributes
75
4.3-1 Rays
76
4.3-2 RayGenerators
77
4.3-3 RaysInMaximalCones
78
4.3-4 MaximalCones
79
4.4 Fan: Methods
80
4.4-1 *
81
4.5 Fan: Constructors
82
4.5-1 Fan
83
4.5-2 Fan
84
4.6 Fan: Examples
85
4.6-1 Fan example
86
5 Cone
87
5.1 Cone: Category and Representations
88
5.1-1 IsCone
89
5.2 Cone: Properties
90
5.2-1 IsRay
91
5.3 Cone: Attributes
92
5.3-1 DualCone
93
5.3-2 HilbertBasis
94
5.3-3 RaysInFacets
95
5.3-4 Facets
96
5.3-5 GridGeneratedByCone
97
5.3-6 FactorGrid
98
5.3-7 GridGeneratedByOrthogonalCone
99
5.3-8 DefiningInequalities
100
5.3-9 IsContainedInFan
101
5.3-10 FactorGridMorphism
102
5.4 Cone: Methods
103
5.4-1 IntersectionOfCones
104
5.4-2 Contains
105
5.4-3 StarFan
106
5.4-4 StarFan
107
5.4-5 StarSubdivisionOfIthMaximalCone
108
5.5 Cone: Constructors
109
5.5-1 Cone
110
5.6 Cone: Examples
111
5.6-1 Cone example
112
6 Polytope
113
6.1 Polytope: Category and Representations
114
6.1-1 IsPolytope
115
6.2 Polytope: Properties
116
6.2-1 IsNotEmpty
117
6.2-2 IsLatticePolytope
118
6.2-3 IsVeryAmple
119
6.2-4 IsNormalPolytope
120
6.2-5 IsSimplicial
121
6.2-6 IsSimplePolytope
122
6.3 Polytope: Attributes
123
6.3-1 Vertices
124
6.3-2 LatticePoints
125
6.3-3 FacetInequalities
126
6.3-4 VerticesInFacets
127
6.3-5 AffineCone
128
6.3-6 NormalFan
129
6.3-7 RelativeInteriorLatticePoints
130
6.4 Polytope: Methods
131
6.4-1 *
132
6.4-2 #
133
6.5 Polytope: Constructors
134
6.5-1 Polytope
135
6.5-2 PolytopeByInequalities
136
6.6 Polytope: Examples
137
6.6-1 Polytope example
138
139
140

141
142