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
GradedRing.xml GradedRingForHomalg package documentation Mohamed Barakat
6
Markus Lange-Hegermann
7
8
Copyright (C) 2010, Mohamed Barakat, University of Kaiserslautern
9
Markus Lange-Hegermann, RWTH-Aachen University
10
-->
11
12
<Chapter Label="GradedRing">
13
14
<Heading>Graded Rings</Heading>
15
16
The package &GradedRingForHomalg; defines the classes of graded
17
rings, ring elements and matrices over such rings. These three
18
objects can be used as data structures defined in
19
&MatricesForHomalg; on which the &homalg; project can rely to do
20
homological computations over graded rings.
21
22
<P/>The graded rings most prominently can be used with methods known
23
from general &homalg; rings. The methods for doing the computations
24
are presented in the appendix (<Ref Appendix="FileOverview" />),
25
since they are not for external use. The new attributes and
26
operations are documented here.
27
28
<P/>Since the objects inplemented here are representations from
29
objects elsewhere in the &homalg; project
30
(i.e. &MatricesForHomalg;), we want to stress that there are many
31
other operations in &MatricesForHomalg;, which can be used in
32
connection with the ones presented here. A few of them can be found
33
in the examples and the appendix of this documentation.
34
35
<Section Label="GradedRings:Category">
36
37
<Heading>Graded Rings: Category and Representations</Heading>
38
39
<#Include Label="IsHomalgGradedRingRep">
40
41
<#Include Label="IsHomalgGradedRingElementRep">
42
43
</Section>
44
45
<Section Label="GradedRings:Constructors">
46
47
<Heading>Graded Rings: Constructors</Heading>
48
49
<#Include Label="HomalgGradedRingElement">
50
51
</Section>
52
53
<Section Label="GradedRings:Attributes">
54
55
<Heading>Graded Rings: Attributes</Heading>
56
57
<#Include Label="DegreeGroup">
58
59
<#Include Label="CommonNonTrivialWeightOfIndeterminates">
60
61
<#Include Label="WeightsOfIndeterminates">
62
63
<#Include Label="MatrixOfWeightsOfIndeterminates">
64
65
</Section>
66
67
<Section Label="GradedRings:Operations">
68
69
<Heading>Graded Rings: Operations and Functions</Heading>
70
71
<#Include Label="UnderlyingNonGradedRing:ring">
72
73
<#Include Label="UnderlyingNonGradedRing:element">
74
75
<#Include Label="Name">
76
77
</Section>
78
79
</Chapter>
80
81