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

Quelle  Diego.g   Sprache: unbekannt

 
LoadPackage( "RingsForHomalg" );

LoadPackage( "Modules" );

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

YI := HomalgMatrix( "[ \
y^2-x*(x-1)*(x+1), 0, 0, \
0, x, 0, \
0, y, 0, \
0, 0, x, \
0, 0, y-1 \
]", 5, 3, Qxy );

Y := LeftPresentation( Involution( YI ) );

Yt := TorsionObject( Y );

Ann := Annihilator( Yt );

[ Dauer der Verarbeitung: 0.7 Sekunden  (vorverarbeitet)  ]