Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/sonata/lib/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 23.8.2025 mit Größe 2 kB image not shown  

Quelle  libnr.gd   Sprache: unbekannt

 
#############################################################################
##
#O  LibraryNearRing( <group>, <num> ). . . . . . . . get a nr from the library
##
##  This function 'extracts' a nearring from the nearring library files.
##

DeclareOperation( "LibraryNearRing",[IsGroup,IsInt] );

#############################################################################
##
#O  LibraryNearRingWithOne( <group>, <num> ). .get a nr from the library
##
##  This function 'extracts' a nearring from the nearring library files.
##

DeclareOperation( "LibraryNearRingWithOne", [IsGroup,IsInt] );

#############################################################################
##
#P  LibraryNearRingFlag

DeclareProperty( "LibraryNearRingFlag", IsNearRing );

DeclareSynonym( "IsLibraryNearRing", HasLibraryNearRingFlag );

#############################################################################
##
#A  Symbols  user-defined symbols for the operation tables
##

DeclareAttribute( "Symbols", IsCollection, "mutable" );

#####################################################################
##
#F  SetSymbolsSupervised( <N>, <L> ) use the symbols in the list <L>
##    when printing operation tables
##

DeclareGlobalFunction( "SetSymbolsSupervised" );

#############################################################################
##
#A  MagicNumber( <nr> )  compute an identification number for the
##    nearring <nr>. This number is NOT unique.

DeclareAttribute( "MagicNumber", IsNearRing );

#############################################################################
##
#A  IdLibraryNearRing( <nr> ) the isomorphic nearring in the library
##

DeclareAttribute( "IdLibraryNearRing", IsNearRing );

#############################################################################
##
#A  IdLibraryNearRingWithOne( <nr> ) returns the number of the
##      isomorphic nearring in the
##   library of nearrings with identity

DeclareAttribute( "IdLibraryNearRingWithOne",
  IsNearRing );

#############################################################################
##
#O  IsIsomorphicNearRing( <nr1>, <nr2> )
##

DeclareOperation( "IsIsomorphicNearRing", [IsNearRing, IsNearRing] );

[ Dauer der Verarbeitung: 0.18 Sekunden  (vorverarbeitet)  ]