
Everytime I have been asked to find a basis when the vectors were given in comma delimited form, I, and the book, would write out the vectors as columns in a matrix. Another example in the book asks a similar question, "find the null space spanned the vectors...", and they have expressed the vectors given in comma delimited form as columns in a matrix. I tried doing this question over with the vectors expressed as row vectors in the matrix but it does not give me the same answer. Why is this example expressing the vectors as row vectors in the matrix? And why does it not work when I write out these vectors as columns in a matrix?
If you are trying to find vectors orthogonal to a given set of vectors, it just feels more comfortable to view them as rows of matrix so you can solve for the null space of the matrix to get the orthogonal complement to the given set. The real lesson here, is that when you are done here, the orthogonal complement of the given vectors must be of the same form as the given vectors, in this case, back as rows.
The problem could have started with column vectors where you "flip" them to rows solve for the null space (as column vectors) and be done.