Properties

Label 38T13
38T13 1 9 1->9 24 1->24 2 2->1 33 2->33 3 12 3->12 23 3->23 4 32 4->32 5 15 5->15 22 5->22 6 7 6->7 31 6->31 18 7->18 21 7->21 8 10 8->10 30 8->30 9->2 20 9->20 13 10->13 29 10->29 11 11->5 38 11->38 16 12->16 28 12->28 13->8 37 13->37 14 19 14->19 27 14->27 15->11 36 15->36 16->3 26 16->26 17 17->14 35 17->35 18->6 25 18->25 19->17 34 19->34 20->5 20->21 21->3 21->28 22->1 22->35 23->18 24->16 24->30 25->14 25->37 26->12 26->25 27->10 27->32 28->8 28->20 29->6 29->27 30->4 30->34 31->2 31->22 32->19 32->29 33->17 33->36 34->15 34->24 35->13 35->31 36->11 36->38 37->9 37->26 38->7 38->33
Degree $38$
Order $2166$
Cyclic no
Abelian no
Solvable yes
Transitivity $1$
Primitive no
$p$-group no

Downloads

Learn more

Show commands: Gap / Magma / Oscar / SageMath

Copy content comment:Define the Galois group
 
Copy content magma:G := TransitiveGroup(38, 13);
 
Copy content sage:G = TransitiveGroup(38, 13)
 
Copy content oscar:G = transitive_group(38, 13)
 
Copy content gap:G := TransitiveGroup(38, 13);
 

Group invariants

Abstract group:  2166.11
Copy content comment:Abstract group ID
 
Copy content magma:IdentifyGroup(G);
 
Copy content sage:G.id()
 
Copy content oscar:small_group_identification(G)
 
Copy content gap:IdGroup(G);
 
Order:  $2166=2 \cdot 3 \cdot 19^{2}$
Copy content comment:Order
 
Copy content magma:Order(G);
 
Copy content sage:G.order()
 
Copy content oscar:order(G)
 
Copy content gap:Order(G);
 
Cyclic:  no
Copy content comment:Determine if group is cyclic
 
Copy content magma:IsCyclic(G);
 
Copy content sage:G.is_cyclic()
 
Copy content oscar:is_cyclic(G)
 
Copy content gap:IsCyclic(G);
 
Abelian:  no
Copy content comment:Determine if group is abelian
 
Copy content magma:IsAbelian(G);
 
Copy content sage:G.is_abelian()
 
Copy content oscar:is_abelian(G)
 
Copy content gap:IsAbelian(G);
 
Solvable:  yes
Copy content comment:Determine if group is solvable
 
Copy content magma:IsSolvable(G);
 
Copy content sage:G.is_solvable()
 
Copy content oscar:is_solvable(G)
 
Copy content gap:IsSolvable(G);
 
Nilpotency class:   not nilpotent
Copy content comment:Nilpotency class
 
Copy content magma:NilpotencyClass(G);
 
Copy content sage:libgap(G).NilpotencyClassOfGroup() if G.is_nilpotent() else -1
 
Copy content oscar:if is_nilpotent(G) nilpotency_class(G) end
 
Copy content gap:if IsNilpotentGroup(G) then NilpotencyClassOfGroup(G); fi;
 

Group action invariants

Degree $n$:  $38$
Copy content comment:Degree
 
Copy content magma:t, n := TransitiveGroupIdentification(G); n;
 
Copy content sage:G.degree()
 
Copy content oscar:degree(G)
 
Copy content gap:NrMovedPoints(G);
 
Transitive number $t$:  $13$
Copy content comment:Transitive number
 
Copy content magma:t, n := TransitiveGroupIdentification(G); t;
 
Copy content sage:G.transitive_number()
 
Copy content oscar:transitive_group_identification(G)[2]
 
Copy content gap:TransitiveIdentification(G);
 
Parity:  $-1$
Copy content comment:Parity
 
Copy content magma:IsEven(G);
 
Copy content sage:all(g.SignPerm() == 1 for g in libgap(G).GeneratorsOfGroup())
 
Copy content oscar:is_even(G)
 
Copy content gap:ForAll(GeneratorsOfGroup(G), g -> SignPerm(g) = 1);
 
Transitivity:  1
Primitive:  no
Copy content comment:Determine if group is primitive
 
Copy content magma:IsPrimitive(G);
 
Copy content sage:G.is_primitive()
 
Copy content oscar:is_primitive(G)
 
Copy content gap:IsPrimitive(G);
 
$\card{\Aut(F/K)}$:  $1$
Copy content comment:Order of the centralizer of G in S_n
 
Copy content magma:Order(Centralizer(SymmetricGroup(n), G));
 
Copy content sage:SymmetricGroup(38).centralizer(G).order()
 
Copy content oscar:order(centralizer(symmetric_group(38), G)[1])
 
Copy content gap:Order(Centralizer(SymmetricGroup(38), G));
 
Generators:  $(1,24,16,26,12,28,8,30,4,32,19,34,15,36,11,38,7,21,3,23,18,25,14,27,10,29,6,31,2,33,17,35,13,37,9,20,5,22)$, $(1,9,2)(3,12,16)(5,15,11)(6,7,18)(8,10,13)(14,19,17)(20,21,28)(22,35,31)(24,30,34)(25,37,26)(27,32,29)(33,36,38)$
Copy content comment:Generators
 
Copy content magma:Generators(G);
 
Copy content sage:G.gens()
 
Copy content oscar:gens(G)
 
Copy content gap:GeneratorsOfGroup(G);
 

Low degree resolvents

$\card{(G/N)}$Galois groups for stem field(s)
$2$:  $C_2$
$6$:  $S_3$

Resolvents shown for degrees $\leq 47$

Subfields

Degree 2: $C_2$

Degree 19: None

Low degree siblings

There are no siblings with degree $\leq 47$
A number field with this Galois group has no arithmetically equivalent fields.

Conjugacy classes

Conjugacy classes not computed

Copy content comment:Conjugacy classes
 
Copy content magma:ConjugacyClasses(G);
 
Copy content sage:G.conjugacy_classes()
 
Copy content oscar:conjugacy_classes(G)
 
Copy content gap:ConjugacyClasses(G);
 

Character table

Character table not computed

Copy content comment:Character table
 
Copy content magma:CharacterTable(G);
 
Copy content sage:G.character_table()
 
Copy content oscar:character_table(G)
 
Copy content gap:CharacterTable(G);
 

Regular extensions

Data not computed