File: 4.6d.txt

package info (click to toggle)
gap-hap 1.70%2Bds-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 56,612 kB
  • sloc: xml: 16,139; sh: 216; javascript: 155; makefile: 126; ansic: 47; perl: 36
file content (7 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
gap> F:=ReadImageAsFilteredPureCubicalComplex(file,500);;
gap> L:=[20,60,61,62,63,64,65,66,67,68,69,70];;          
gap> T:=FiltrationTerms(F,L);;
gap> P0:=PersistentBettiNumbers(T,0);;
gap> BarCodeCompactDisplay(P0);
gap> P1:=PersistentBettiNumbers(T,1);;
gap> BarCodeCompactDisplay(P1);