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

Quelle  2.7.1   Sprache: unbekannt

 
A:=List([1..10],i->1);;
A:=List([1..10],i->StructuralCopy(A));;
A:=List([1..10],i->StructuralCopy(A));;
A[5][5][5]:=0;;
M:=PurePermutahedralComplex(A);;
Size(M);
Y:=RegularCWComplex(M);;
Print(Size(Flat(Y!.boundaries)),"\n");

[ Dauer der Verarbeitung: 0.4 Sekunden  (vorverarbeitet)  ]