Towered extension fields through chosen polynomial
(Edited, since <u>
compiles in HTML as an underlyning tag, dan.)
K.<u> = GF(q)
KT.<u> = K.extension(2)
KTT.<u> = K.extension(6)
In this case KTT
is a degree 12 extension. My question is:
Can I obtain KTT
by KTT.<u> = K.extension(x^6 - a)
, where x^6 -a
is some irreducible polynomial over KT
???
Documentation gives nothing about this towering of fields.
The above was edited to see the real question. Note that "displayed code" can be marked as such with an indent of 4 spaces, or hit Control+K after marking it, or press the button in the edit mask with
101
and010
after marking it. In-line the marking is done by ticks.