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

Quelle  Quadrat_Thesis_Example_3.4.1.g   Sprache: unbekannt

 
LoadPackage( "RingsForHomalg" );

LoadPackage( "Modules" );

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

wmat := HomalgMatrix( "[ \
0, -2*x, z-2*y-x, -1, \
0, z-2*x, 2*y-3*x, 1, \
z, -6*x, -2*y-5*x, -1, \
0, y-x, y-x, 0, \
y, -x, -y-x, 0, \
x, -x, -2*x, 0 \
]", 6, 4, Qxyz );

W := LeftPresentation( wmat );


[ Dauer der Verarbeitung: 0.18 Sekunden  (vorverarbeitet)  ]