I know how to verify that a basis for R^3 spans R^3 -- you just form the equation
(u1, u2, u3) = c1v1 + c2v2 + c3v3 ,
equate corresponding components, and see whether the system has a unique solution.
But for verifying that a set of vectors spans a column space, you're not trying to see whether it spans all of R3 (or R2, or R4, or whatever), correct? You're trying to see whether it spans whatever the column space spans. So you can't just set the linear combination equal to u, right? So then how would you go about verifying that a basis spans a column space?