Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  tProduct.g   Sprache: unbekannt

 
#############################################################################
##  TestTProduct
#############################################################################
##  Description:
##
##  For a non-abelian simple group `T` and an integer `d`,
##  this tests all normal subgroups of $T ^ d$.
##
##  The normal subgroups of T ^ d = T_1 x ... x T_d are precisely
##  all the direct products that can be constructed
##  from set {T_1, ..., T_d}.
#############################################################################


TestTProduct := function(T, d)
    local G, n, L, Current, k, l;
    G := DirectProduct(List([1 .. d], i -> T));
    n := Order(T) ^ d;
    L := List(LowIndexNormalSubgroupsSearch(G, n));
    Current := 1;
    # k is number of factors
    for k in Reversed([1 .. d]) do
        # number of choices to choose k direct factors
        for l in [1 .. Binomial(d, k)] do
            if Order(L[Current]!.Grp) <> Order(T) ^ k then
                Error("LINS did not find enough copies of T^{", k, "}!");
            fi;
            Current := Current + 1;
        od;
    od;

    # trivial group
    if Order(L[Current]!.Grp) <> 1 then
        Error("LINS did not find trivial group!");
    fi;
    Current := Current + 1;

    if Current <= Length(L) then
         Error("LINS found too many subgroups!");
    fi;
    return true;
end;

[ Dauer der Verarbeitung: 0.20 Sekunden  (vorverarbeitet)  ]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge