sage:Prec = 100 # Default precision of 100
Q3 = Qp(3, Prec); x = polygen(QQ)
L.<t> = Q3.extension(x^4 + 2*x^3 + 2)
K.<a> = L.extension(x^4 + 3*t^2)
magma:Prec := 100; // Default precision of 100
Q3 := pAdicField(3, Prec);
K := LocalField(Q3, Polynomial(Q3, [16, 0, 3, 64, 32, 0, 96, 96, 24, 64, 96, 48, 24, 32, 24, 8, 1]));
$( x^{4} + 2 x^{3} + 2 )^{4} + 3 x^{2}$
|
sage:K.defining_polynomial()
magma:DefiningPolynomial(K);
|
$\Q_{3}(\sqrt{2})$, $\Q_{3}(\sqrt{3})$, $\Q_{3}(\sqrt{3\cdot 2})$, $\Q_{3}(\zeta_{80})$, $\Q_{3}(\zeta_{8}, \sqrt{3})$, $\Q_{3}(\zeta_{8}, \sqrt{\zeta_{8} \cdot 3})$, $\Q_{3}(\zeta_{80}, \sqrt{3})$, $\Q_{3}(\zeta_{8}, \sqrt[4]{\zeta_{8} \cdot 3})$ x2
|
Fields in the database are given up to isomorphism. Isomorphic
intermediate fields are shown with their multiplicities.