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