Eine aufbereitete Darstellung der Quelle

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

Benutzer

Quelle  persistentHomology.gi   Sprache: unbekannt

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

#############################################################################
#0
#O PersistentHomologyOfCrossedModule
## Input: A crossed module X and an integer number n
## Output: The matrix of persistent Betti numbers of X at degree n
##
InstallGlobalFunction(PersistentHomologyOfCrossedModule, function(X,n)
local 
 p,Maps,
 PrimeOne,PrimeTwo,PrimeOneTwo;
    
 PrimeOne:=PrimeDivisors(Size(HomotopyGroup(X,1)));
 PrimeTwo:=PrimeDivisors(Size(HomotopyGroup(X,2)));
 PrimeOneTwo:=Set(Concatenation(PrimeOne,PrimeTwo));
 if Length(PrimeOneTwo) <>1 then
  return fail;
 fi;
 
 p:=PrimeOneTwo[1];
 Maps:=HomotopyLowerCentralSeriesOfCrossedModule(X);
 Maps:=CatOneGroupByCrossedModule(Maps);
 Maps:=NerveOfCatOneGroup(Maps,n+1);
 Maps:=ChainComplexOfSimplicialGroup(Maps);
 Maps:=List(Maps,f->TensorWithIntegersModP(f,p));
 Maps:=List(Maps,f->HomologyVectorSpace(f,n));
 return LinearHomomorphismsPersistenceMat(Maps);
end);
##
################### end of PersistentHomologyOfCrossedModule ################

#############################################################################
#0
#O PersistentHomology
## Input: A crossed module X and an integer number n
## Output: The matrix of persistent Betti numbers of X at degree n
##
InstallOtherMethod(PersistentHomology, "Persistent homology of crossed modules",
[IsHapCrossedModule,IsInt], function(X,n)

 return PersistentHomologyOfCrossedModule(X,n);
end);
##
################### end of PersistentHomology ###############################

#############################################################################
#0
#O PersistentHomology
## Input: A cat-1-group C and an integer number n
## Output: The matrix of persistent Betti numbers of C at degree n
##
InstallOtherMethod(PersistentHomology, "Persistent homology of cat-1-groups",
[IsHapCatOneGroup,IsInt], function(C,n)
local  XC;
 
 XC:= CrossedModuleByCatOneGroup(C);
 return PersistentHomologyOfCrossedModule(XC,n);
end);
##
################### end of PersistentHomology ###############################

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

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik