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

Quelle  pcp.g   Sprache: unbekannt

 

DTPolynomialsByPcpGroup := function( G )
    local   coll;

    coll := Collector( G );

    if not IsBound( coll![PC_DEEP_THOUGHT_POLS] ) or 
       coll![PC_DEEP_THOUGHT_POLS] =[] then

        # Compute the deep thought polynomials
        coll![PC_DEEP_THOUGHT_POLS] := calcreps2(coll![PC_CONJUGATES], 8, 1);

        # Compute the orders of the genrators of dtrws
        CompleteOrdersOfRws(coll);

        # reduce the coefficients of the deep thought polynomials
        ReduceCoefficientsOfRws(coll);
    fi;

    return PolynomialsDTCollector( coll );

end;

[ Dauer der Verarbeitung: 0.19 Sekunden  (vorverarbeitet)  ]