I need to find a vector so as to extend basis with given vectors, $(-3,1,0)$ $(2,0,1)$ to $\mathbb{R}^3$.
I tried to orthogonalize the two using Gram Schmidt and then proceeded to find a third vector in the span of basis of Orthogonal Complement. I'm not sure if this is correct. Please help!
Ist approach:
Take the cross product of the given vectors. The resulting vector will be orthogonal to these two and the three of them will form a basis of $\Bbb{R}^3$.
2nd approach:
Find the span of the given vectors, you can determine that $$\text{Span} = \left\{\begin{bmatrix}x\\y\\z\end{bmatrix} \, \Big | x+3y-2z=0\right\}$$ Now choose a vector (for example, $\begin{bmatrix}1\\0\\0\end{bmatrix}$) which is NOT in this span. The three vectors will now form a basis.