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

Quelle  cocycle.gd   Sprache: unbekannt

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

#############################################################################
##
#W  cocycle.gd                       HAP                      Robert F. Morse
##                                                               Graham Ellis
##
##
##

#############################################################################
##
##  Declare a Standard 2-Cocycle
##
DeclareProperty("IsStandard2Cocycle", IsObject);

##############################################################################
##
##  Attributes of a Standard 2-Cocycle -- compatible with StandardNCocycle 
##
DeclareAttribute( "ActingGroup" ,        IsStandard2Cocycle );
DeclareAttribute( "Module" ,             IsStandard2Cocycle );
DeclareAttribute( "Mapping" ,            IsStandard2Cocycle );

##############################################################################
##
##  Empty Constructor 
##
DeclareOperation("Standard2Cocycle", []);

##############################################################################
##
##  Simple Constructor  
##
DeclareOperation("Standard2Cocycle", [IsGroup, IsGroup]);

[ Dauer der Verarbeitung: 0.44 Sekunden  ]