
David U. answered 08/21/20
Scientist, Math PhD and Physics PhD, tutoring students/professionals
Solution: v1=[3 5 0 0], v2=[0 4 3 0], v3=[0 0 4 -4] is an obvious choice of basis. How to see this:
Your subspace (let's denote it by Π) has dimension 3 (just one linear equation in R4). Write the equation of Π as (n,x)=0, with n=[-5 3 4 4], and x=[x1 x2 x3 x4] - any point of Π. Scalar product (n,x) equals 0 implies that n is orthogonal complement of Π (R4=Π⊕n). You can choose v1 orthogonal to n in the intersection of Π with plane given by x3=x4=0: v1=[3 5 0 0] gives (v1,n)=3*(-5)+5*(3)=0. Similarly choose v2 and v3. And v1,v2,v3, are linearly independent: compose matrix B from these vectors, B =
[3 5 0 0]
[0 4 3 0]
[0 0 4 -4],
B is of full rank (first 3 columns are linearly independent because they form upper triangular square matrix with nonzero entries on the diagonal).