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 233 B image not shown  

Quelle  IdealRestriction.g   Sprache: unbekannt

 
LoadPackage("RingsForHomalg");

LoadPackage( "Modules" );

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

M := HomalgMatrix( "[x,y]", 2, 1, R );

I := LeftSubmodule( M );

conormal := I / I^2;

S := R / M;

C := S * conormal;

[ Dauer der Verarbeitung: 0.5 Sekunden  (vorverarbeitet)  ]