Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
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
Project: cocalc-sagemath-dev-slelievre
Views: 418346<?xml version="1.0" encoding="UTF-8"?>12<!--34MatrixOverGradedRing.xml GradedRingForHomalg package documentation Mohamed Barakat5Markus Lange-Hegermann67Copyright (C) 2010, Mohamed Barakat, University of Kaiserslautern8Markus Lange-Hegermann, RWTH-Aachen University9-->1011<Chapter Label="HomogeneousMatrices">1213<Heading>Homogeneous Matrices</Heading>1415The package &GradedRingForHomalg; defines the classes of graded16rings, ring elements and homogeneous matrices over such rings. These three17objects can be used as data structures defined in18&MatricesForHomalg; on which the &homalg; project can rely to do19homological computations over graded rings.2021<P/>The graded rings most prominently can be used with methods known22from general &homalg; rings. The methods for doing the computations23are presented in the appendix (<Ref Appendix="FileOverview" />),24since they are not for external use. The new attributes and25operations are documented here.2627<P/>Since the objects inplemented here are representations from28objects elsewhere in the &homalg; project29(i.e. &MatricesForHomalg;), we want to stress that there are many30other operations in &MatricesForHomalg;, which can be used in31connection with the ones presented here. A few of them can be found32in the examples and the appendix of this documentation.3334<Section Label="HomogeneousMatrices:Category">3536<Heading>Homogeneous Matrices: Category and Representations</Heading>3738<#Include Label="IsHomalgMatrixOverGradedRingRep">3940</Section>4142<Section Label="Matrices:Constructors">4344<Heading>Homogeneous Matrices: Constructors</Heading>4546<#Include Label="MatrixOverGradedRing">4748</Section>4950<Section Label="HomogeneousMatrices:Attributes">51<Heading>Homogeneous Matrices: Attributes</Heading>5253<#Include Label="DegreesOfEntries">54<#Include Label="NonTrivialDegreePerRow">55<#Include Label="NonTrivialDegreePerColumn">5657</Section>5859<Section Label="HomogeneousMatrices:Operations">6061<Heading>Homogeneous Matrices: Operations and Functions</Heading>6263<#Include Label="UnderlyingNonGradedRing:matrix">6465<#Include Label="SetMatElm">6667<#Include Label="AddToMatElm">6869<#Include Label="MatElmAsString">7071<#Include Label="MatElm">7273</Section>7475</Chapter>767778