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

Quelle  CohenMacaulayModule.g   Sprache: unbekannt

 
LoadPackage( "RingsForHomalg" );

LoadPackage( "Modules" );

R := HomalgFieldOfRationalsInDefaultCAS( ) * "x,y";

I := LeftSubmodule( "x", R );
J := LeftSubmodule( "y", R );

## Cohen-Macaulay module with nonregular support
M := 1 * R / ( I * J );

K := I + J;

Assert( 0, Depth( K, M ) = 1 );

[ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet)  ]