diff options
Diffstat (limited to 'divers/vrac/sous-groupes-de-s6.dot')
-rw-r--r-- | divers/vrac/sous-groupes-de-s6.dot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/divers/vrac/sous-groupes-de-s6.dot b/divers/vrac/sous-groupes-de-s6.dot index 1f362b7..014636b 100644 --- a/divers/vrac/sous-groupes-de-s6.dot +++ b/divers/vrac/sous-groupes-de-s6.dot @@ -6,6 +6,7 @@ // quelques commandes: // s6 = SymmetricGroup(6) // lsttrans = [h for h in s6.conjugacy_classes_subgroups() if h.is_transitive()] +// a6 = [h for h in lsttrans if h.order()==360][0] // desctrans = [(h.order(),gap.StructureDescription(h),h.is_subgroup(a6)) for h in lsttrans] // def subgroup_up_to_conjugacy(g,h): // for x in gap.ConjugateSubgroups(s6,g): |