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  3.1.3   Sprache: unbekannt

 
G:=SpaceGroup(4,122);;
R:=ResolutionCubicalCrystGroup(G,5);
C:=HomToIntegers(R);
Print(Cohomology(C,0),"\n");
Print(Cohomology(C,1),"\n");
Print(Cohomology(C,2),"\n");
Print(Cohomology(C,3),"\n");
Print(Cohomology(C,4),"\n");

[ Dauer der Verarbeitung: 0.17 Sekunden  (vorverarbeitet)  ]