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
Varieties.xml ToricVarieties
6
7
Copyright (C) 2011-2012, Sebastian Gutsche, RWTH Aachen University
8
9
-->
10
11
<Chapter Label="ProjectiveVariety">
12
<Heading>Projective toric varieties</Heading>
13
14
<Section Label="ProjectiveVariety:Category">
15
<Heading>Projective toric varieties: Category and Representations</Heading>
16
17
<#Include Label="IsProjectiveToricVariety">
18
19
</Section>
20
21
<Section Label="ProjectiveVariety:Properties">
22
<Heading>Projective toric varieties: Properties</Heading>
23
24
Projective toric varieties have no additional properties. Remember that projective toric varieties are toric varieties,
25
so every property of a toric variety is a property of an projective toric variety.
26
27
</Section>
28
29
<Section Label="ProjectiveVariety:Attributes">
30
<Heading>Projective toric varieties: Attributes</Heading>
31
32
<#Include Label="AffineCone">
33
<#Include Label="PolytopeOfVariety">
34
<#Include Label="ProjectiveEmbedding">
35
36
</Section>
37
38
<Section Label="ProjectiveVariety:Methods">
39
<Heading>Projective toric varieties: Methods</Heading>
40
41
<#Include Label="PolytopeMethod">
42
43
</Section>
44
45
<Section Label="ProjectiveVariety:Constructors">
46
<Heading>Projective toric varieties: Constructors</Heading>
47
48
The constructors are the same as for toric varieties. Calling them with a polytope will
49
result in an projective variety.
50
51
</Section>
52
<Section Label="ProjectiveVariety:Examples">
53
<Heading>Projective toric varieties: Examples</Heading>
54
<#Include Label="P1P1PolytopeExample">
55
</Section>
56
<!-- ############################################################ -->
57
58
</Chapter>
59