Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/hap/lib/CohomologyOperations/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 19.6.2025 mit Größe 445 B image not shown  

Quelle  homologyOperations.test   Sprache: unbekannt

 
Read("homologyOperations.gi");

N:=5; ##We can change this to other values of N>0.

G:=DihedralGroup(32);;
x:=(1,2);;
a:=Group(x);;
A:=TrivialGModuleAsGOuterGroup(G,a);;

R:=ResolutionFiniteGroup(G,N+1);;
C:=TensorWithGModule(R,A);
H:=HomologyModule(C,N);

H_alt:=GroupHomology(G,N,2);

if Size(H)=Product(H_alt) then
   Print("TensorWithGModule() and HomologyModule() seem to work\n");
else
   Print("Something is not working properly\n");
fi;

[ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet)  ]