Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/ringsforhomalg/gap/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 16.10.2024 mit Größe 1 kB image not shown  

Quelle  Sage.gd   Sprache: unbekannt

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

# SPDX-License-Identifier: GPL-2.0-or-later
# RingsForHomalg: Dictionaries of external rings
#
# Declarations
#

##  Declaration stuff for the external computer algebra system Sage.

####################################
#
# global variables:
#
####################################

BindGlobal( "SageMacros", rec() );

####################################
#
# global functions and operations:
#
####################################

DeclareGlobalFunction( "_Sage_multiple_delete" );

DeclareGlobalFunction( "InitializeSageMacros" );

# constructor methods:

DeclareGlobalFunction( "RingForHomalgInSage" );

DeclareGlobalFunction( "HomalgRingOfIntegersInSage" );

DeclareGlobalFunction( "HomalgFieldOfRationalsInSage" );

# basic operations:


####################################
#
# representations:
#
####################################

# a new subrepresentation of the representation IshomalgExternalRingObjectRep:
DeclareRepresentation( "IsHomalgExternalRingObjectInSageRep",
        IshomalgExternalRingObjectRep,
        [  ] );

# a new subrepresentation of the representation IsHomalgExternalRingRep:
DeclareRepresentation( "IsHomalgExternalRingInSageRep",
        IsHomalgExternalRingRep,
        [  ] );

[ Dauer der Verarbeitung: 0.36 Sekunden  ]