sage:Prec = 100 # Default precision of 100
Q2 = Qp(2, Prec); x = polygen(QQ)
K.<a> = Q2.extension(x^19 + x^5 + x^2 + x + 1)
magma:Prec := 100; // Default precision of 100
Q2 := pAdicField(2, Prec);
K := LocalField(Q2, Polynomial(Q2, [1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1]));
\(x^{19} + x^{5} + x^{2} + x + 1\)
|
sage:K.defining_polynomial()
magma:DefiningPolynomial(K);
|
The extension is primitive: there are no intermediate fields
between this field and $\Q_{ 2 }$.
|
The ramification polygon is trivial for unramified extensions.