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<!--34GradedRing.xml GradedRingForHomalg package documentation Mohamed Barakat5Markus Lange-Hegermann67Copyright (C) 2010, Mohamed Barakat, University of Kaiserslautern8Markus Lange-Hegermann, RWTH-Aachen University9-->1011<Chapter Label="GradedRing">1213<Heading>Graded Rings</Heading>1415The package &GradedRingForHomalg; defines the classes of graded16rings, ring elements and 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="GradedRings:Category">3536<Heading>Graded Rings: Category and Representations</Heading>3738<#Include Label="IsHomalgGradedRingRep">3940<#Include Label="IsHomalgGradedRingElementRep">4142</Section>4344<Section Label="GradedRings:Constructors">4546<Heading>Graded Rings: Constructors</Heading>4748<#Include Label="HomalgGradedRingElement">4950</Section>5152<Section Label="GradedRings:Attributes">5354<Heading>Graded Rings: Attributes</Heading>5556<#Include Label="DegreeGroup">5758<#Include Label="CommonNonTrivialWeightOfIndeterminates">5960<#Include Label="WeightsOfIndeterminates">6162<#Include Label="MatrixOfWeightsOfIndeterminates">6364</Section>6566<Section Label="GradedRings:Operations">6768<Heading>Graded Rings: Operations and Functions</Heading>6970<#Include Label="UnderlyingNonGradedRing:ring">7172<#Include Label="UnderlyingNonGradedRing:element">7374<#Include Label="Name">7576</Section>7778</Chapter>798081