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
Subvarieties.xml ToricVarieties
6
7
Copyright (C) 2011-2012, Sebastian Gutsche, RWTH Aachen University
8
9
-->
10
11
<Chapter Label="Subvarieties">
12
<Heading>Toric subvarieties</Heading>
13
14
<Section Label="Subvarieties:Category">
15
<Heading>Toric subvarieties: Category and Representations</Heading>
16
17
<#Include Label="IsToricSubvariety">
18
19
</Section>
20
21
<Section Label="Subvarieties:Properties">
22
<Heading>Toric subvarieties: Properties</Heading>
23
24
<#Include Label="IsClosed">
25
<#Include Label="IsOpen">
26
<#Include Label="IsWholeVariety">
27
28
</Section>
29
30
<Section Label="Subvarieties:Attributes">
31
<Heading>Toric subvarieties: Attributes</Heading>
32
33
<#Include Label="UnderlyingToricVariety">
34
<#Include Label="InclusionMorphism">
35
<#Include Label="AmbientToricVariety">
36
37
</Section>
38
39
<Section Label="Subvarieties:Methods">
40
<Heading>Toric subvarieties: Methods</Heading>
41
42
<#Include Label="ClosureOfTorusOrbitOfCone">
43
44
</Section>
45
46
<Section Label="Subvarieties:Constructors">
47
<Heading>Toric subvarieties: Constructors</Heading>
48
49
<#Include Label="ToricSubvariety">
50
51
</Section>
52
53
<!-- ############################################################ -->
54
55
</Chapter>
56