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 303 B image not shown  

Quelle  2.5.2   Sprache: unbekannt

 
#The example uses GraphViz software.
file:=HapFile("data252.txt");
Read(file);
G:=SymmetricMatrixToFilteredGraph(D,50,50);;
K:=FilteredRegularCWComplex(CliqueComplex(G,2));
BarCodeCompactDisplay(PersistentBettiNumbers(K,1));;
Y:=FiltrationTerm(K,15);
M:=ContractedComplex(HomotopyGraph(Y));
Display(M);

[ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ]