In sage, I can do: q=128 n=37 K.=GF(q) L.=K.extension(n) V=L.vector_space()#----Vector space of dimension 259 over Finite Field of size 2
But i want get W=L.relative_vector_space(K). which means : Vector space of dimension 37 over Finite Field of size 128
how can i get that?