Vector Spaces

A vector is a cluster of numbers $(3, 2, 4)$. A vector space $V$ is a set of vectors for which the following rules are true:

Two vectors are linearly dependent if one is a multiple of the other, meaning that they form parallel vectors. $(1,2,3)$ and $(-2, -4, -6)$ are linearly dependent vectors. Another way to define linearly dependent vectors is that you can achieve zero with scalar multiples and vector addition. $2(1,2,3) + (-2,-4,-6) = 0$. Three vectors are linearly dependent if one of the vector exists on the plane created by the other two vectors. So three vectors are also linearly dependent if you can achieve zero with scalar multiples and addition.

One better mechanism to check if vectors are linearly dependent is by finding a determinant. Take three vectors $v_1$, $v_2$, and $v_3$, and create a matrix with each of the vectors as a column.

$ \begin{matrix} 1 & 2 & 3\ a & b & c \end{matrix} $

https://math.okstate.edu/people/binegar/3013-S99/3013-l12.pdf YouTube series Essence of Linear Algebra