How do i find a basis for vector: \begin{matrix} 5 & 3 & 4 \\ 2 & 2 & -4 \\ 3 & 2 & 1 \\ -1 & 2 & 1\\ \end{matrix}
I know a basis of a vector A is a set of vectors which are linearly independent and span A. And a span of A is a set of vectors which can be linearly combined to create A
Do i just look randomly for vectors that span and are also linearly independent or is there a procedure to obtain them?