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

Quelle  Ideals.g   Sprache: unbekannt

 
LoadPackage( "Modules" );

zz := HomalgRingOfIntegers( );

I := RightSubmodule( "4", zz ); ## or I := RightSubmodule( HomalgMatrix( "[ 4 ]", 1, 1, zz ) );
J := RightSubmodule( "6", zz ); ## or J := RightSubmodule( HomalgMatrix( "[ 6 ]", 1, 1, zz ) );

IpJ := I + J;

IJ := I * J;

IiJ := Intersect( I, J );

[ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet)  ]