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

Quelle  6.8.4   Sprache: unbekannt

 
_X:=ContractibleGcomplex("SL(2,O-2)");;
R:=FreeGResolution(_X,9);;
for n in [1..8] do
 Print(Cohomology(HomToIntegers(R),n),"\n");
od;
for n in [0..3] do
 for k in [1.._X!.dimension(n)] do
 Print(StructureDescription(_X!.stabilizer(n,k)),"\n");
od;od;

[ Dauer der Verarbeitung: 0.22 Sekunden  (vorverarbeitet)  ]