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

Quelle  6.3.2   Sprache: unbekannt

 
#This example uses GraphViz software.
H:=SymmetricGroup(5);;SetName(H,"S5");;
A:=SymmetricGroup(3);;SetName(A,"S3");;
alpha:=GroupHomomorphismByImages(A,H,[(1,2),(1,2,3)], [(3,4),(3,4,5)]);;
beta:=GroupHomomorphismByFunction(A,H,x->x);;
L:=[H,[alpha,beta]];;
GraphOfGroupsDisplay(L);;
R:=ResolutionGraphOfGroups(L,8);;
Print(Homology(TensorWithIntegers(R),7),"\n");

[ Dauer der Verarbeitung: 0.3 Sekunden  (vorverarbeitet)  ]