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

Quelle  3.1.2   Sprache: unbekannt

 
G:=SpaceGroup(4,1886);;
R:=ResolutionBieberbachGroup(G);
C:=TensorWithIntegers(R);
Print(Homology(C,0),"\n");;
Print(Homology(C,1),"\n");;
Print(Homology(C,2),"\n");;
Print(Homology(C,3),"\n");;
Print(Homology(C,4),"\n");;

[ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet)  ]