Two vectors
$a = (1,-2,2,-3)$ and $b=(2,-3,2,4)$
I need to complete the basis for $\Bbb{R}^4$
I know that there's a way of solving 2-equations linear system like $$\begin{pmatrix}a \\ b\ \end{pmatrix}\cdot x = 0$$ to get vector $c$, and then solving 3-equations linear system to get vector $d$ But are not there other ways? I heard that gram schmid proccess could be helpful, but I am not sure how to apply it here as well ass if this idea is correct at all.