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
ToricDivisors.xml ToricVarieties
6
7
Copyright (C) 2011-2012, Sebastian Gutsche, RWTH Aachen University
8
9
-->
10
11
<Chapter Label="Divisors">
12
<Heading>Toric divisors</Heading>
13
14
<Section Label="Divisors:Category">
15
<Heading>Toric divisors: Category and Representations</Heading>
16
17
<#Include Label="IsToricDivisor">
18
19
</Section>
20
21
<Section Label="Divisors:Properties">
22
<Heading>Toric divisors: Properties</Heading>
23
24
<#Include Label="IsCartier">
25
<#Include Label="IsPrincipal">
26
<#Include Label="IsPrimedivisor">
27
<#Include Label="IsBasepointFree">
28
<#Include Label="IsAmple">
29
<#Include Label="IsVeryAmple">
30
31
</Section>
32
33
<Section Label="Divisors:Attributes">
34
<Heading>Toric divisors: Attributes</Heading>
35
36
<#Include Label="CartierData">
37
<#Include Label="CharacterOfPrincipalDivisor">
38
<#Include Label="ToricVarietyOfDivisor">
39
<#Include Label="ClassOfDivisor">
40
<#Include Label="PolytopeOfDivisor">
41
<#Include Label="BasisOfGlobalSectionsOfDivisorSheaf">
42
<#Include Label="IntegerForWhichIsSureVeryAmple">
43
<#Include Label="AmbientToricVarietyOfDivisor">
44
<#Include Label="UnderlyingGroupElement">
45
<#Include Label="UnderlyingToricVarietyDiv">
46
<#Include Label="DegreeOfDivisor">
47
<#Include Label="MonomsOfCoxRingOfDegree">
48
<#Include Label="CoxRingOfTargetOfDivisorMorphism">
49
<#Include Label="RingMorphismOfDivisor">
50
51
</Section>
52
53
<Section Label="divisors:Methods">
54
<Heading>Toric divisors: Methods</Heading>
55
56
<#Include Label="VeryAmpleMultiple">
57
<#Include Label="CharactersForClosedEmbedding">
58
<#Include Label="MonomsOfCoxRingOfDegree2">
59
<#Include Label="DivisorOfGivenClass">
60
<#Include Label="AddDivisorToItsAmbientVariety">
61
<#Include Label="PolytopeMethodDiv">
62
<#Include Label="PLUS">
63
<#Include Label="MINUS">
64
<#Include Label="TIMES">
65
66
</Section>
67
68
<Section Label="Divisors:Constructors">
69
<Heading>Toric divisors: Constructors</Heading>
70
71
<#Include Label="DivisorOfCharacter">
72
<#Include Label="DivisorOfCharacter2">
73
<#Include Label="Divisor">
74
<#Include Label="Divisor2">
75
76
</Section>
77
<Section Label="Divisors:Examples">
78
<Heading>Toric divisors: Examples</Heading>
79
<#Include Label="DivisorsExample">
80
81
</Section>
82
<!-- ############################################################ -->
83
84
</Chapter>
85