Let S = {v1, v2, v3, v4, v5}
v1 = <1,1,2,1>
v2 = <1,0,-3,1>
v3 = <0,1,1,2>
v4 = <0,0,1,1>
v5 = <1,0,0,1>
Find a basis for the subspace V = span S of R^4.
----
My attempt:
I place the five vectors into a matrix, where each vector is a row of the matrix.
I solve for row-echelon (not RREF). I...