Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/gradedringforhomalg/gap/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 9.6.2024 mit Größe 992 B image not shown  

Quelle  LIGrRNG.gd   Sprache: unbekannt

 
Spracherkennung für: .gd vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# SPDX-License-Identifier: GPL-2.0-or-later
# GradedRingForHomalg: Endow Commutative Rings with an Abelian Grading
#
# Declarations
#
# LIGrRNG = Logical Implications for homalg GRaded RiNGs

# our info class:
DeclareInfoClass( "InfoLIGRNG" );
SetInfoLevel( InfoLIGRNG, 1 );

# a central place for configurations:
DeclareGlobalVariable( "LIGrRNG" );

####################################
#
# properties:
#
####################################

####################################
#
# attributes:
#
####################################

DeclareAttribute( "MaximalIdealAsColumnMatrix",
        IsHomalgGradedRing );

DeclareAttribute( "MaximalIdealAsRowMatrix",
        IsHomalgGradedRing );

####################################
#
# global functions and operations:
#
####################################

DeclareGlobalFunction( "HelperToInstallMethodsForGradedRingElementsAttributes" );


DeclareOperation( "RandomHomogeneousElement", [ IsHomalgGradedRing, IsHomalgModuleElement, IsInt ] );

[Dauer der Verarbeitung: 0.14 Sekunden, vorverarbeitet 2026-05-04]