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
3
 Toric 
4
5
6
 toric varieties and some combinatorial geometry computations 
7
8
9
1.9.4
10
11
12
07/03/2017
13
14
15
David Joyner
16
17
18
19
David Joyner
20
Email: mailto:[email protected]
21
Homepage: https://sites.google.com/site/wdjoyner/
22
Address: W. David Joyner
23
Mathematics Department
24
U. S. Naval Academy
25
Annapolis, MD 21402
26
USA
27
28
29
30
-------------------------------------------------------
31
Copyright
32
© 2004-2017 David Joyner.
33
34
35
-------------------------------------------------------
36
Acknowledgements
37
The code for the toric package was written during the summer of 2002. It was
38
put into GAP package format in the summer of 2004.
39
40
toric is free software; you can redistribute it and/or modify it under the
41
terms of the MIT License.
42
43
toric is distributed in the hope that it will be useful, but WITHOUT ANY
44
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
45
FOR A PARTICULAR PURPOSE. See the MIT License for more details.
46
47
This documentation was prepared with the GAPDoc package of Frank Lübeck and
48
Max Neunhöffer. Moreover, a bug in toric 1.8 was fixed with the help of Max
49
Horn, and this documentation was modified accordingly. Finally, I thank
50
Alexander Konovalov and Max Horn for transferring this package to the new
51
Git repository.
52
53
54
-------------------------------------------------------
55
56
57
Contents (toric)
58
59
1 Introduction
60
1.1 Introduction to the toric package
61
1.2 Introduction to constructing toric varieties
62
1.2-1 Generalities
63
1.2-2 Basic combinatorial geometry constructions
64
1.2-3 Basic affine toric variety constructions
65
1.2-4 Riemann-Roch spaces and related constructions
66
2 Cones and semigroups
67
2.1 Cones
68
2.1-1 InsideCone
69
2.1-2 InDualCone
70
2.1-3 PolytopeLatticePoints
71
2.1-4 Faces
72
2.1-5 ConesOfFan
73
2.1-6 NumberOfConesOfFan
74
2.1-7 ToricStar
75
2.2 Semigroups
76
2.2-1 DualSemigroupGenerators
77
3 Affine toric varieties
78
3.1 Ideals defining affine toric varieties
79
3.1-1 EmbeddingAffineToricVariety
80
4 Toric varieties X(∆)
81
4.1 Riemann-Roch spaces
82
4.1-1 DivisorPolytope
83
4.1-2 DivisorPolytopeLatticePoints
84
4.1-3 RiemannRochBasis
85
4.2 Topological invariants
86
4.2-1 EulerCharacteristic
87
4.2-2 BettiNumberToric
88
4.3 Points over a finite field
89
4.3-1 CardinalityOfToricVariety
90
91
92

93
94