Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/hap/tst/testall1/   (GAP Algebra Version 4.15.1©)  Datei vom 19.6.2025 mit Größe 1 kB image not shown  

Quelle  0hap.tst   Sprache: unbekannt

 
Spracherkennung für: .tst vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

##A quick test of the main older group (co)homology functions
gap> START_TEST("HAP library");
gap> GroupHomology(AlternatingGroup(5),2,2);
2 ]
gap> GroupHomology(SmallGroup(32,3),4,2);
22222 ]
gap> GroupHomology(AbelianGroup([2,4,6]),4);
22222222 ]
gap> GroupHomology([[1,[2,3]],[2,[3,4]]],2);
00 ]
gap> R:=ResolutionNilpotentGroup(SmallGroup(64,135),5);;
gap> TR:=TensorWithIntegers(R);;
gap> H4:=Homology(TR,4);
2222222 ]
gap> H4a:=IntegralRingGenerators(R,4);
[ [ 00110, -4, -4 ], [ 0000010 ], [ 0000001 ] 
 ]
gap> Tensor:=ThirdHomotopyGroupOfSuspensionB(SymmetricGroup(3));
2 ]
gap> Tensor2:=ThirdHomotopyGroupOfSuspensionB(SymmetricGroup(3),12);
2 ]
gap> R:=ResolutionAbelianGroup([0,0,0],5);;
gap> H6:=Homology(TensorWithIntegers(R),3);
0 ]
gap> H7:=Cohomology(HomToIntegersModP(R,2),3);
1
gap> IsSuperperfect(PerfectGroup(120,1));
true
gap> CoefficientsOfUnivariateRationalFunction(PoincareSeries(SmallGroup(16,13)));
The series is guaranteed correct for group cohomology in degrees < 10
[ [ 111 ], [ 1, -22, -21 ], 0 ]
gap> STOP_TEST( "tst.tst", 1000 );



[Dauer der Verarbeitung: 0.18 Sekunden, vorverarbeitet 2026-06-29]