sage:Prec = 100 # Default precision of 100
Q151 = Qp(151, Prec); x = polygen(QQ)
L.<t> = Q151.extension(x^2 + 149*x + 6)
K.<a> = L.extension(x^10 + (19781*t + 14496))
magma:Prec := 100; // Default precision of 100
Q151 := pAdicField(151, Prec);
K := LocalField(Q151, Polynomial(Q151, [60480672, 15015786821, 1678112743680, 111144205002240, 4831400493613440, 144038716425848448, 2982948504032080800, 42380902122607330560, 395542177663790122740, 2193009642063025034700, 5525082379989270194053, 365501607010504172450, 10987282712883058965, 196207880197256160, 2301657796321050, 18523497482748, 103553679990, 397034340, 999105, 1490, 1]));
$( x^{2} + 149 x + 6 )^{10} + 19781 x + 14496$
|
sage:K.defining_polynomial()
magma:DefiningPolynomial(K);
Fields in the database are given up to isomorphism. Isomorphic
intermediate fields are shown with their multiplicities.