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="AffineVariety">
12
<Heading>Affine toric varieties</Heading>
13
14
<Section Label="AffineVariety:Category">
15
<Heading>Affine toric varieties: Category and Representations</Heading>
16
17
<#Include Label="IsAffineToricVariety">
18
19
</Section>
20
21
<Section Label="AffineVariety:Properties">
22
<Heading>Affine toric varieties: Properties</Heading>
23
24
Affine toric varieties have no additional properties. Remember that affine toric varieties are toric varieties,
25
so every property of a toric variety is a property of an affine toric variety.
26
27
</Section>
28
29
<Section Label="AffineVariety:Attributes">
30
<Heading>Affine toric varieties: Attributes</Heading>
31
32
<#Include Label="CoordinateRing">
33
<#Include Label="ListOfVariablesOfCoordinateRing">
34
<#Include Label="MorphismFromCoordinateRingToCoordinateRingOfTorus">
35
<#Include Label="ConeOfVariety">
36
37
</Section>
38
39
<Section Label="AffineVariety:Methods">
40
<Heading>Affine toric varieties: Methods</Heading>
41
42
<#Include Label="CoordinateRing2">
43
<#Include Label="ConeMethod">
44
45
</Section>
46
47
<Section Label="AffineVariety:Constructors">
48
<Heading>Affine toric varieties: Constructors</Heading>
49
50
The constructors are the same as for toric varieties. Calling them with a cone will
51
result in an affine variety.
52
53
</Section>
54
55
<Section Label="AffineVariety:Examples">
56
<Heading>Affine toric Varieties: Examples</Heading>
57
<#Include Label="AffineSpaceExample">
58
</Section>
59
60
<!-- ############################################################ -->
61
62
</Chapter>
63