Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/hap/tst/examples/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 19.6.2025 mit Größe 361 B image not shown  

Quelle  1.3.3   Sprache: unbekannt

 
#Be patient! This example takes some time.
#The example uses GraphViz software.
file:=HapFile("image1.3.3.png");
M:=ReadImageAsPureCubicalComplex(file,30000);;
while BettiNumber(PureComplexComplement(M),0)>1 do
 M:=ThickenedPureComplex(M);
od;
F:=ConcentricFiltration(ComplementOfPureComplex(M),20);
P:=PersistentBettiNumbers(F,0);;
BarCodeCompactDisplay(P);;


[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]