magma:G := TransitiveGroup(14, 57);
sage:G = TransitiveGroup(14, 57)
oscar:G = transitive_group(14, 57)
gap:G := TransitiveGroup(14, 57);
| Abstract group: | | $C_2^7.S_7$ |
magma:IdentifyGroup(G);
sage:G.id()
oscar:small_group_identification(G)
gap:IdGroup(G);
|
| Order: | | $645120=2^{11} \cdot 3^{2} \cdot 5 \cdot 7$ |
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$: | | $14$ |
magma:t, n := TransitiveGroupIdentification(G); n;
sage:G.degree()
oscar:degree(G)
gap:NrMovedPoints(G);
|
| Transitive number $t$: | | $57$ |
magma:t, n := TransitiveGroupIdentification(G); t;
sage:G.transitive_number()
oscar:transitive_group_identification(G)[2]
gap:TransitiveIdentification(G);
|
| CHM label: | |
$[2^{7}]S(7)$
|
| 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: | | 1 |
| Primitive: | | no |
magma:IsPrimitive(G);
sage:G.is_primitive()
oscar:is_primitive(G)
gap:IsPrimitive(G);
|
| $\card{\Aut(F/K)}$: | | $2$ |
magma:Order(Centralizer(SymmetricGroup(n), G));
sage:SymmetricGroup(14).centralizer(G).order()
oscar:order(centralizer(symmetric_group(14), G)[1])
gap:Order(Centralizer(SymmetricGroup(14), G));
|
| Generators: | | $(3,13,5)(6,12,10)$, $(3,5)(10,12)$, $(7,14)$, $(1,3,5,7,9,11,13)(2,4,6,8,10,12,14)$ |
magma:Generators(G);
sage:G.gens()
oscar:gens(G)
gap:GeneratorsOfGroup(G);
|
Resolvents shown for degrees $\leq 47$
Degree 2: None
Degree 7: $S_7$
14T57, 28T1097 x 2, 28T1098, 28T1099 x 2, 42T1778 x 2, 42T1779 x 2Siblings 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);
110 x 110 character table
magma:CharacterTable(G);
sage:G.character_table()
oscar:character_table(G)
gap:CharacterTable(G);
Data not computed