First time here? Check out the FAQ!
answered 2019-07-22 15:45:07 +0100
You forgot to pass map=True to get the maps.
map=True
K.<a> = CyclotomicField(11) Q = K.primes_above(3)[0] KQ = K.residue_field(Q) VQ, fr, to = KQ.vector_space(map=True)
Then:
sage: to(a) (0, 1, 0, 0, 0)