Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/examplesforhomalg/examples/   (Fast Lexical Analyzer Version 2.6©)  Datei vom 5.9.2023 mit Größe 295 B image not shown  

Quelle  ReflexiveNonProjectiveIdeal.g   Sprache: unbekannt

 
## [Har77, Example 6.5.2]

LoadPackage( "RingsForHomalg" );

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

R := A / "x*y-z^2";

LoadPackage( "Modules" );

I := LeftSubmodule( "y,z", R );

Assert( 0, not IsProjective( I ) );
Assert( 0, IsReflexive( I ) );

ViewObj( I ); Print( "\n" );


[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]