Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to find orthogonal subspace of a subspace

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?