Ask Your Question

apeirogon's profile - activity

2023-05-04 14:56:26 +0200 received badge  Popular Question (source)
2014-12-22 05:03:39 +0200 commented answer embeddings in NumberFieldTower?

Thanks! Seems to work.

2014-12-22 05:02:58 +0200 answered a question embeddings in NumberFieldTower?

Thanks! Seems to work.

2014-12-21 05:37:28 +0200 asked a question embeddings in NumberFieldTower?

I'm trying to do my calculations in a number field tower (or some equivalent), then get the results in real form (or anything that the graphics functions will take). I'm extending the rationals twice.

I've tried constructing the first with NumberField, then using extension, but apparently embedding isn't implemented in extension.

I've tried using NumberFieldTower, but I can't find an equivalent to embedding.

I've tried using NumberField(poly_1, poly_2) or QQ[poly_1, poly_1], but can't figure out how to assign an embedding or something equivalent.

I've considered trying to construct a field homomorphism from the field to the reals, but I don't know sage well enough to figure out if this is possible.

Is there some equivalent way of getting the values that I want?

Thanks!