Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/MySQL/Eigen/src/LU/   (MySQL Server Version 8.1-8.4©)  Datei vom 12.11.2025 mit Größe 21 kB image not shown  

Quelle  sym6.g   Sprache: unbekannt

 
# This is the second example from the XGAP manual:
# The symmetric group on 6 points.
s6 := SymmetricGroup(6);
SetName(s6,"S6");
cc := ConjugacyClassesSubgroups(s6);;
Sum(List(cc,Size));
s := GraphicSubgroupLattice(s6);
c60 := Filtered(cc,x->Size(Representative(x))=60);;
s60 := List(c60,Representative);
for g in s60 do InsertVertex(s,g); od;


[ zur Elbe Produktseite wechseln0.16Quellennavigators  Analyse erneut starten  ]