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

Quelle  Recursion.g   Sprache: unbekannt

 
LoadPackage( "RingsForHomalg" );

R := HomalgFieldOfRationalsInDefaultCAS( ) * "d";

LoadPackage( "Modules" );

M := LeftPresentation( HomalgMatrix( "[ d^3+d^2-d-1 ]", 1, 1, R ) );

m := HomalgMap( HomalgMatrix( "[ 1, d, d^2 ]", 3, 1, R ), "free", M );

AsEpimorphicImage( m );


[ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ]