Activity 5.4.1.
Calculate the dimension of this span and give a basis.
\begin{equation*}
\Span \left\{ \left( \begin{matrix}
-3 \\ -6 \\ 1
\end{matrix} \right),
\left( \begin{matrix}
2 \\ 5 \\ -3
\end{matrix} \right),
\left( \begin{matrix}
1 \\ 4 \\ -5
\end{matrix} \right) \right\}
\end{equation*}
Solution.
I need to determine if there are any redundancies in the span. To do this, I put the vectors in the span as rows of a matrix.
\begin{equation*}
\left( \begin{matrix}
-3 \amp -6 \amp 1 \\
2 \amp 5 \amp -3 \\
1 \amp 4 \amp -5
\end{matrix} \right)
\end{equation*}
I row reduce this matrix. I will either row reduce without interchanging rows or keeping track of row exchanges. (If done by computer, as is the usual practice, I’ll have to be careful choosing a basis. Because of this, I’ll recheck the bases after I find them.)
\begin{equation*}
\left( \begin{matrix}
1 \amp 0 \amp \frac{13}{3} \\
0 \amp 1 \amp \frac{-7}{3} \\
0 \amp 0 \amp 0
\end{matrix} \right)
\end{equation*}
Every row that has a leading one is a row that is necessary for the span; every row without a leading one is redundant. Here, there is one vector that is redundant, since there is a row of zeros. There are two leading ones, so the dimension of this span is 2. I can take the vectors that corresponded to rows with leading ones as a basis.
\begin{equation*}
\left\{ \left( \begin{matrix}
-3 \\ -6 \\ 1
\end{matrix} \right),
\left( \begin{matrix}
2 \\ 5 \\ -3
\end{matrix} \right) \right\}
\end{equation*}