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
MatrixOverGradedRing.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="HomogeneousMatrices">
13
14
<Heading>Homogeneous Matrices</Heading>
15
16
The package &GradedRingForHomalg; defines the classes of graded
17
rings, ring elements and homogeneous 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="HomogeneousMatrices:Category">
36
37
<Heading>Homogeneous Matrices: Category and Representations</Heading>
38
39
<#Include Label="IsHomalgMatrixOverGradedRingRep">
40
41
</Section>
42
43
<Section Label="Matrices:Constructors">
44
45
<Heading>Homogeneous Matrices: Constructors</Heading>
46
47
<#Include Label="MatrixOverGradedRing">
48
49
</Section>
50
51
<Section Label="HomogeneousMatrices:Attributes">
52
<Heading>Homogeneous Matrices: Attributes</Heading>
53
54
<#Include Label="DegreesOfEntries">
55
<#Include Label="NonTrivialDegreePerRow">
56
<#Include Label="NonTrivialDegreePerColumn">
57
58
</Section>
59
60
<Section Label="HomogeneousMatrices:Operations">
61
62
<Heading>Homogeneous Matrices: Operations and Functions</Heading>
63
64
<#Include Label="UnderlyingNonGradedRing:matrix">
65
66
<#Include Label="SetMatElm">
67
68
<#Include Label="AddToMatElm">
69
70
<#Include Label="MatElmAsString">
71
72
<#Include Label="MatElm">
73
74
</Section>
75
76
</Chapter>
77
78