First time here? Check out the FAQ!
answered 2013-12-10 05:31:45 +0100
For question 1:
sage: R.<x> = ZZ[] sage: f = x^3-2 sage: K. = NumberField(f) sage: L. = K.galois_closure() sage: L Number Field in b with defining polynomial x^6 + 40*x^3 + 1372