sage:Prec = 100 # Default precision of 100
Q2 = Qp(2, Prec); x = polygen(QQ)
K.<a> = Q2.extension(x^16 + 4*x^14 + 8*x^13 + 10*x^12 + 8*x^11 + 24*x^10 + 16*x^9 + 2)
magma:Prec := 100; // Default precision of 100
Q2 := pAdicField(2, Prec);
K := LocalField(Q2, Polynomial(Q2, [2, 0, 0, 0, 0, 0, 0, 0, 0, 16, 24, 8, 10, 8, 4, 0, 1]));
\(x^{16} + 4 x^{14} + 8 x^{13} + 10 x^{12} + 8 x^{11} + 24 x^{10} + 16 x^{9} + 2\)
|
sage:K.defining_polynomial()
magma:DefiningPolynomial(K);
| Base field: | $\Q_{2}$ |
sage:K.base()
magma:Q2;
|
| Degree $d$: | $16$ |
sage:K.absolute_degree()
magma:Degree(K);
|
| Ramification index $e$: | $16$ |
sage:K.absolute_e()
magma:RamificationIndex(K);
|
| Residue field degree $f$: | $1$ |
sage:K.absolute_f()
magma:InertiaDegree(K);
|
| Discriminant exponent $c$: | $58$ |
magma:Valuation(Discriminant(K));
|
| Discriminant root field: | $\Q_{2}$ |
| Root number: | $1$ |
| $\Aut(K/\Q_{2})$:
|
$C_2$ |
| This field is not Galois over $\Q_{2}.$ |
| Visible Artin slopes: | $[2, 2, \frac{15}{4}, \frac{37}{8}]$ |
| Visible Swan slopes: | $[1,1,\frac{11}{4},\frac{29}{8}]$ |
| Means: | $\langle\frac{1}{2}, \frac{3}{4}, \frac{7}{4}, \frac{43}{16}\rangle$ |
| Rams: | $(1, 1, 8, 15)$ |
| Jump set: | $[1, 3, 11, 27, 43]$ |
| Roots of unity: | $4 = 2^{ 2 }$ |
sage:len(K.roots_of_unity())
|
Fields in the database are given up to isomorphism. Isomorphic
intermediate fields are shown with their multiplicities.
| Galois degree: |
$1024$
|
| Galois group: |
$C_2^6:D_8$ (as 16T1275)
|
| Inertia group: |
$C_2^5:D_8$ (as 16T1002)
|
| Wild inertia group: |
not computed
|
| Galois unramified degree: |
$2$
|
| Galois tame degree: |
$1$
|
| Galois Artin slopes: |
$[2, 2, 3, \frac{7}{2}, \frac{7}{2}, \frac{15}{4}, \frac{9}{2}, \frac{9}{2}, \frac{37}{8}]$
|
| Galois Swan slopes: |
$[1,1,2,\frac{5}{2},\frac{5}{2},\frac{11}{4},\frac{7}{2},\frac{7}{2},\frac{29}{8}]$
|
| Galois mean slope: |
$4.43359375$
|
| Galois splitting model: |
$x^{16} - 20 x^{14} + 142 x^{12} + 504 x^{10} + 9688 x^{8} + 89804 x^{6} + 245146 x^{4} + 31944 x^{2} + 14641$
|