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

Quelle  2.1.6   Sprache: unbekannt

 
B:=[ [ [ 1, 0 ], [ 1, 0 ], [ 1, 0 ], [ 1, 0 ] ],
     [ [ 2, 2, 1 ], [ 2, 3, 1 ], [ 2, 4, 2 ], [ 2, 4, 3 ] ],
     [ [ 4, 4, 2, 1, 3 ] ], [ ] ];;
Y:=RegularCWComplex(B);;
OrientRegularCWComplex(Y);
Print(Y!.orientation,"\n");
C:=ChainComplexOfRegularCWComplex(Y);
Print(C,"\n");
Print(List([0..3],n->C!.dimension(n)),"\n");
Print(BoundaryMatrix(C,1)*BoundaryMatrix(C,2),"\n");

[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]