Show commands: Magma / SageMath

Defining polynomial

Copy content comment:Define the p-adic field
 
Copy content sage:Prec = 100 # Default precision of 100 Q2 = Qp(2, Prec); x = polygen(QQ) K.<a> = Q2.extension(x^12 + 2*x^5 + 2)
 
Copy content magma:Prec := 100; // Default precision of 100 Q2 := pAdicField(2, Prec); K := LocalField(Q2, Polynomial(Q2, [2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 1]));
 

\(x^{12} + 2 x^{5} + 2\) Copy content Toggle raw display

Copy content comment:Defining polynomial
 
Copy content sage:K.defining_polynomial()
 
Copy content magma:DefiningPolynomial(K);
 

Invariants

Base field: $\Q_{2}$
Copy content comment:Base field Qp
 
Copy content sage:K.base()
 
Copy content magma:Q2;
 
Degree $d$: $12$
Copy content comment:Degree over Qp
 
Copy content sage:K.absolute_degree()
 
Copy content magma:Degree(K);
 
Ramification index $e$:$12$
Copy content comment:Ramification index
 
Copy content sage:K.absolute_e()
 
Copy content magma:RamificationIndex(K);
 
Residue field degree $f$:$1$
Copy content comment:Residue field degree (Inertia degree)
 
Copy content sage:K.absolute_f()
 
Copy content magma:InertiaDegree(K);
 
Discriminant exponent $c$:$16$
Copy content comment:Discriminant exponent
 
Copy content magma:Valuation(Discriminant(K));
 
Discriminant root field:$\Q_{2}(\sqrt{5})$
Root number: $1$
$\Aut(K/\Q_{2})$: $C_1$
This field is not Galois over $\Q_{2}.$
Visible Artin slopes:$[\frac{14}{9}, \frac{14}{9}]$
Visible Swan slopes:$[\frac{5}{9},\frac{5}{9}]$
Means:$\langle\frac{5}{18}, \frac{5}{12}\rangle$
Rams:$(\frac{5}{3}, \frac{5}{3})$
Jump set:$[3, 6, 17]$
Roots of unity:$2$
Copy content comment:Roots of unity
 
Copy content sage:len(K.roots_of_unity())
 

Intermediate fields

2.1.3.2a1.1

Fields in the database are given up to isomorphism. Isomorphic intermediate fields are shown with their multiplicities.

Canonical tower

Unramified subfield:$\Q_{2}$
Copy content comment:Maximal unramified subextension
 
Copy content sage:K.maximal_unramified_subextension()
 
Relative Eisenstein polynomial: \( x^{12} + 2 x^{5} + 2 \) Copy content Toggle raw display

Ramification polygon

Residual polynomials:$z^8 + z^4 + 1$,$z + 1$
Associated inertia:$2$,$1$
Indices of inseparability:$[5, 5, 0]$

Invariants of the Galois closure

Galois degree: $3456$
Galois group: $C_2^6:C_9:C_6$ (as 12T254)
Inertia group: $C_2^6:C_9$ (as 12T166)
Wild inertia group: $C_2^6$
Galois unramified degree: $6$
Galois tame degree: $9$
Galois Artin slopes: $[\frac{14}{9}, \frac{14}{9}, \frac{14}{9}, \frac{14}{9}, \frac{14}{9}, \frac{14}{9}]$
Galois Swan slopes: $[\frac{5}{9},\frac{5}{9},\frac{5}{9},\frac{5}{9},\frac{5}{9},\frac{5}{9}]$
Galois mean slope: $1.5451388888888888$
Galois splitting model: $x^{12} + 12 x^{10} - 24 x^{9} + 44 x^{8} - 178 x^{7} + 126 x^{6} - 306 x^{5} - 98 x^{4} - 88 x^{3} + 232 x^{2} + 228 x - 510$ Copy content Toggle raw display