Orthogonal complement of a subspace

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 10K views
bcjochim07
Messages
366
Reaction score
0

Homework Statement


Let W be the subspace spanned by the given column vectors. Find a basis for W perp.

w1= [2 -1 6 3] w2 = [-1 2 -3 -2] w3 = [2 5 6 1]
(these should actually be written as column vectors.




Homework Equations





The Attempt at a Solution



So, I put these vectors into a matrix and took its transpose since the orthogonal complement of the column space of a matrix equals the null space of the transpose.

I row reduced the transpose and got null(A transpose) = span{ [-4 1 0 3] , [-3 0 1 0]}
(Again, these should be written as column vectors)

This is the correct answer, but I thought that I should have gotten a null space with dimension one. The three vectors that span W "live" in R4 and the basis for W has dimension three. 4 - 3 =1, so shouldn't the dimension of W perp = 1?
 
Physics news on Phys.org
That would only be true if the three original vectors were linearly independent (i.e., if the space they span had dimension 3). Is this true?
 
Ok, I see. 3*w1 + 4*w2 = w3. I guess I just assumed that when it said a subspace W spanned by the vectors w1,w2,& w3, that those vectors would form a basis for W.