First time here? Check out the FAQ!
asked 3 years ago
I have written a code:
n=4 V = VectorSpace(GF(2),n) C=[[0,0,1,0], [1,1,1,0]] U = V.subspace(C)
How to find orthogonal subspace of U?