Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/gradedmodules/examples/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 22.11.2024 mit Größe 488 B image not shown  

SSL BlowUpP3.g   Interaktion und
Portierbarkeitunbekannt

 
rahmenlose Ansicht.g DruckansichtUnknown {[0] [0] [0]}Entwicklung

LoadPackage( "GradedModules", false );
Q := HomalgFieldOfRationalsInSingular();
Q := GradedRing( Q );
R := Q * "x_0..4";
S := Q * "y_0..4";
weights := [ [1,0],[1,0],[1,0],[1,1],[0,1] ];
deg_group := 2 * HOMALG_MATRICES.ZZ;
weights := List( weights, i -> HomalgModuleElement( i, deg_group ) );
SetWeightsOfIndeterminates( R, weights );
SetWeightsOfIndeterminates( S, weights );
T := R * S;
M := 1 * T / GradedLeftSubmodule( "x_0-y_0,x_1-y_1,x_2-y_2,x_3-y_3,x_4-y_4", T );
Resolution( M );

[ Verzeichnis aufwärts0.58unsichere Verbindung  ]