Spracherkennung für: .tst vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
gap> START_TEST("HAP library");
gap> S:=SylowSubgroup(SL(2,Integers mod 5^3),5);;
gap> M:=MaximalSubgroups(S);;
gap> M:=Filtered(M,x->AbelianInvariants(x)=[5,5,5]);;
gap> M:=Filtered(M,x->AbelianInvariants(Center(x))=[5,5,5]);;
gap> G:=Image(IsomorphismPcGroup(M[1]));;
gap> L:=CompositionSeries(G);;
gap> R:=ResolutionSubnormalSeries(L,4);;
gap> Homology(TensorWithIntegers(R),3);
[ 5, 5, 5, 5, 5, 5, 125 ]
gap> STOP_TEST( "tst.tst", 1000 );
[ Dauer der Verarbeitung: 0.28 Sekunden
]