Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/hap/tst/testextra/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 19.6.2025 mit Größe 443 B image not shown  

Quelle  3.2.1.tst   Sprache: unbekannt

 
#E
gap> START_TEST("HAP library");
gap> A:=[[0,-1,0,0,],[1,0,0,0,],[0,0,0,1],[0,0,-1,0]];;
gap> B:=[[0,0,-1,0],[0,0,0,-1],[1,0,0,0],[0,1,0,0]];;
gap> Q:=Group([A,B]);;
gap> R:=PolytopalComplex(Q,[1,0,0,0]);;
gap> R:=FreeGResolution(R,4);;
gap> List([0..4],i->R!.dimension(i));
[ 1, 3, 4, 2, 1 ]
gap> A:=GroupHomomorphismByFunction(Q,Q,x->x);;
gap> C:=HomToIntegralModule(R,A);;
gap> Cohomology(C,3);
[ 2 ]
gap> STOP_TEST( "tst.tst", 1000 );



[ Dauer der Verarbeitung: 0.19 Sekunden  (vorverarbeitet)  ]