Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  homology.gi   Sprache: unbekannt

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

#############################################################################
#0
#O Homology
## Input: A crossed module XC and an integer number n
## Output: The integral homology H_n(XC,Z)
##
InstallOtherMethod(Homology, "Homology of crossed modules",
[IsHapCrossedModule,IsInt], function(XC,n)
local  C,D,N,K;

 C:=CatOneGroupByCrossedModule(XC);
 D:=QuasiIsomorph(C);
 N:=NerveOfCatOneGroup(D,n+1);
 K:=ChainComplexOfSimplicialGroup(N);
 return Homology(K,n);
end);

#############################################################################
#0
#O Homology
## Input: A cat-1-group C and an integer number n
## Output: The integral homology H_n(C,Z)
##
InstallOtherMethod(Homology, "Homology of cat-1-groups",
[IsHapCatOneGroup,IsInt], function(C,n)
local  D,N,K;

 D:=QuasiIsomorph(C);
 N:=NerveOfCatOneGroup(D,n+1);
 K:=ChainComplexOfSimplicialGroup(N);
 return Homology(K,n);
end);

#############################################################################
#0
#O Homology
## Input: A simplicial group G and an integer number n
## Output: The integral homology H_n(G,Z)
##
InstallOtherMethod(Homology, "Homology of simplicial groups",
[IsHapSimplicialGroup,IsInt], function(G,n)
local  K;

 K:=ChainComplexOfSimplicialGroup(G);
 return Homology(K,n);
end);

 

[Dauer der Verarbeitung: 0.18 Sekunden, vorverarbeitet 2026-06-18]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Statistik
#Sources=492969
#Domains=607362