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

Quelle  rationals.gi   Sprache: unbekannt

 
#############################################################################
##
#W  rationals.gi    Alnuth - ALgebraic NUmber THeory        Andreas Distler
##

#############################################################################
##
#M IntegerPrimitiveElement( Rationals )
##
InstallMethod( IntegerPrimitiveElement, "for the rationals", true,
[IsRationals], 0, One );

#############################################################################
##
#M EquationOrderBasis( Rationals )
#M MaximalOrderBasis( Rationals )
##
InstallMethod( EquationOrderBasis, "for the rationals", true,
[IsRationals], 15, CanonicalBasis );

InstallMethod( MaximalOrderBasis, "for the rationals", true,
[IsRationals], 15, CanonicalBasis );



[ Dauer der Verarbeitung: 0.21 Sekunden  (vorverarbeitet)  ]