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

Quelle  init.g   Sprache: unbekannt

 
Spracherkennung für: .g vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

#############################################################################
##
#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.12 Sekunden, vorverarbeitet 2026-04-25]