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

Quelle  MatricesGrowthTest.g   Sprache: unbekannt

 
LoadPackage( "ModulePresentationsForCAP" );
LoadPackage( "RingsForHomalg" );
QQ := HomalgFieldOfRationalsInSingular( );
R := QQ * "x,y";
S := FreeLeftPresentation( 1, R );
S2 := FreeLeftPresentation( 2, R );
alpha := PresentationMorphism( S, HomalgMatrix( [ [ 1, 2 ] ], R ), S2 );
id := IdentityMorphism( S );
p := PreCompose( id, alpha );
IsIdenticalObj( p, alpha );

[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]