magma:G := TransitiveGroup(11, 8);
sage:G = TransitiveGroup(11, 8)
oscar:G = transitive_group(11, 8)
gap:G := TransitiveGroup(11, 8);
| Abstract group: | | $S_{11}$ |
magma:IdentifyGroup(G);
sage:G.id()
oscar:small_group_identification(G)
gap:IdGroup(G);
|
| Order: | | $39916800=2^{8} \cdot 3^{4} \cdot 5^{2} \cdot 7 \cdot 11$ |
magma:Order(G);
sage:G.order()
oscar:order(G)
gap:Order(G);
|
| Cyclic: | | no |
magma:IsCyclic(G);
sage:G.is_cyclic()
oscar:is_cyclic(G)
gap:IsCyclic(G);
|
| Abelian: | | no |
magma:IsAbelian(G);
sage:G.is_abelian()
oscar:is_abelian(G)
gap:IsAbelian(G);
|
| Solvable: | | no |
magma:IsSolvable(G);
sage:G.is_solvable()
oscar:is_solvable(G)
gap:IsSolvable(G);
|
| Nilpotency class: | | not nilpotent |
magma:NilpotencyClass(G);
sage:libgap(G).NilpotencyClassOfGroup() if G.is_nilpotent() else -1
oscar:if is_nilpotent(G) nilpotency_class(G) end
gap:if IsNilpotentGroup(G) then NilpotencyClassOfGroup(G); fi;
|
| Degree $n$: | | $11$ |
magma:t, n := TransitiveGroupIdentification(G); n;
sage:G.degree()
oscar:degree(G)
gap:NrMovedPoints(G);
|
| Transitive number $t$: | | $8$ |
magma:t, n := TransitiveGroupIdentification(G); t;
sage:G.transitive_number()
oscar:transitive_group_identification(G)[2]
gap:TransitiveIdentification(G);
|
| CHM label: | |
$S11$
|
| Parity: | | $-1$ |
magma:IsEven(G);
sage:all(g.SignPerm() == 1 for g in libgap(G).GeneratorsOfGroup())
oscar:is_even(G)
gap:ForAll(GeneratorsOfGroup(G), g -> SignPerm(g) = 1);
|
| Transitivity: | | 11 |
| Primitive: | | yes |
magma:IsPrimitive(G);
sage:G.is_primitive()
oscar:is_primitive(G)
gap:IsPrimitive(G);
|
| $\card{\Aut(F/K)}$: | | $1$ |
magma:Order(Centralizer(SymmetricGroup(n), G));
sage:SymmetricGroup(11).centralizer(G).order()
oscar:order(centralizer(symmetric_group(11), G)[1])
gap:Order(Centralizer(SymmetricGroup(11), G));
|
| Generators: | | $(1,2)$, $(1,2,3,4,5,6,7,8,9,10,11)$ |
magma:Generators(G);
sage:G.gens()
oscar:gens(G)
gap:GeneratorsOfGroup(G);
|
Resolvents shown for degrees $\leq 47$
Prime degree - none
22T45Siblings are shown with degree $\leq 47$
A number field with this Galois group has no arithmetically equivalent fields.
Conjugacy classes not computed
magma:ConjugacyClasses(G);
sage:G.conjugacy_classes()
oscar:conjugacy_classes(G)
gap:ConjugacyClasses(G);
56 x 56 character table
magma:CharacterTable(G);
sage:G.character_table()
oscar:character_table(G)
gap:CharacterTable(G);
| $f_{ 1 } =$ |
$x^{11}+x+t$
|
| |