Base field of Residue field
Let K be a number field, OK be its ring of integers, p prime ideal in Z and p be a prime ideal above p. I am trying to construct the Z/pZ vector space OK/p, and a Z/pZ subspace spanned by certain images of elements of OK.
For constructing the prime, I am able to use Q=K.primes_above(p)[0], but I do not know how to view the residue field F=K.residue_field(Q) as the vector space over Z/pZ.
The command V,fr,to=F.vector_space() indicates ValueError: too many values to unpack. Here K= Q(ζ11) and p=3. Can someone suggest me alternative commands for the same.