Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/generalizedmorphismsforcap/doc/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 25.7.2025 mit Größe 11 kB image not shown  

Quelle  init.g   Sprache: unbekannt

 
#############################################################################
##
#W    init.g               Package singular            Willem de Graaf
#W                                                     Marco Costantini
##
#Y    Copyright (C) 2003 Willem de Graaf and Marco Costantini
#Y    Copyright (C) 2004, 2005, 2006 Marco Costantini
##

ReadPackage( "singular", "gap/singular.gd" );
ReadPackage( "singular", "gap/singular.g" );


# The following implication was added in GAP 4.11, and results in row modules
# over polynomial rings to be printed more nicely; in order to get tests that
# behave the same in GAP 4.11 as in older GAP versions, we replicate this
# implication here. This does nothing in GAP >= 4.11.
InstallTrueMethod( IsFreeLeftModule, IsRowModule );

[ Dauer der Verarbeitung: 0.2 Sekunden  (vorverarbeitet)  ]