"Hw 6" and "Hw 7" are due together
1.7 Linear Independence
A set of vectors \( \{ \vec{v}_1, \vec{v}_2, \dots, \vec{v}_n \} \) is linearly independent if
can happen if and only if \( x_1 = x_2 = x_3 = \dots = x_n = 0 \).
Example:
\( \left\{ \begin{bmatrix} 1 \\ 0 \end{bmatrix}, \begin{bmatrix} 0 \\ 1 \end{bmatrix} \right\} \)
true if \( x_1 = x_2 = 0 \)
so this set of vectors is linearly independent.
This means if \( A\vec{x} = \vec{0} \) has only the trivial solution,
then the columns of \( A \) are linearly independent.