Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/wpe/tst/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 21.9.2024 mit Größe 332 B image not shown  

Quelle  testCycleIndex.g   Sprache: unbekannt

 
TestCycleIndexProductAction := function(K, H, p)
    local q;
    q := CycleIndexWreathProductProductAction(K, H);
    return p = ExtRepPolynomialRatFun(q);
end;

TestCycleIndexImprimitiveAction := function(K, H, p)
    local q;
    q := CycleIndexWreathProductImprimitiveAction(K, H);
    return p = ExtRepPolynomialRatFun(q);
end;

[ Dauer der Verarbeitung: 0.20 Sekunden  (vorverarbeitet)  ]