k = GF(5) P = ProjectiveSpace(k,2)
[p for p in P]
H = matrix([p for p in P]).T
C = H.right_kernel(); C
C.basis()