Quellcodebibliothek
Statistik
Leitseite
products
/
Sources
/
formale Sprachen
/
GAP
/
pkg
/
hap
/
tst
/
testall1
/ (
Algebra von RWTH Aachen
Version 4.15.1
©
) Datei vom 19.6.2025 mit Größe 188 B
Quelle 1.99.7.tst Sprache: unbekannt
#
gap> START_TEST("HAP library");
gap> D:=[[1,[2,3]],[2,[3,4]]];;
gap> R:=ResolutionCoxeterGroup(D,3);;
gap> Homology(TensorWithIntegers(R),2);
[ 2, 2 ]
gap> STOP_TEST( "tst.tst", 1000 );
[ Dauer der Verarbeitung: 0.11 Sekunden (vorverarbeitet)
]
2026-04-02