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