sage:Prec = 100 # Default precision of 100
Q5 = Qp(5, Prec); x = polygen(QQ)
L.<t> = Q5.extension(x^4 + 4*x^2 + 4*x + 2)
K.<a> = L.extension(x^4 + 5)
magma:Prec := 100; // Default precision of 100
Q5 := pAdicField(5, Prec);
K := LocalField(Q5, Polynomial(Q5, [21, 128, 512, 1280, 2208, 2752, 2624, 2048, 1432, 864, 448, 192, 104, 16, 16, 0, 1]));
$( x^{4} + 4 x^{2} + 4 x + 2 )^{4} + 5$
|
sage:K.defining_polynomial()
magma:DefiningPolynomial(K);
|
$\Q_{5}(\sqrt{2})$, $\Q_{5}(\sqrt{5})$, $\Q_{5}(\sqrt{5\cdot 2})$, $\Q_{5}(\zeta_{624})$, $\Q_{5}(\zeta_{24}, \sqrt{5})$, $\Q_{5}(\zeta_{24}, \sqrt{\zeta_{24} \cdot 5})$, $\Q_{5}(\sqrt[4]{5})$, $\Q_{5}(\sqrt[4]{-5})$, $\Q_{5}(\sqrt[4]{5 \cdot 3})$, $\Q_{5}(\sqrt[4]{5 \cdot 2})$, $\Q_{5}(\zeta_{624}, \sqrt{5})$, $\Q_{5}(\zeta_{24}, \sqrt[4]{5})$, $\Q_{5}(\zeta_{24}, \sqrt[4]{\zeta_{24}^{2} \cdot 5})$
|
Fields in the database are given up to isomorphism. Isomorphic
intermediate fields are shown with their multiplicities.