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?
| 1 | initial version |
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?
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.