A linear combination of vectors is any vector you can get by adding scaled versions of them.
Example:
\[ 2 \begin{pmatrix} 1 \\ 0 \end{pmatrix} + (-3) \begin{pmatrix} 0 \\ 1 \end{pmatrix} = \begin{pmatrix} 2 \\ -3 \end{pmatrix} \]Any vector in 2D can be written as a linear combination of \(\mathbf{i}\) and \(\mathbf{j}\).
The span of a set of vectors is the set of all possible linear combinations you can make from them.
Examples:
A set of vectors is linearly dependent if one vector can be written as a linear combination of the others (redundant).
Linearly independent if none can be expressed as combination of others β each adds new direction.
Examples:
A basis is a set of linearly independent vectors that span the whole space.
Dimension = number of vectors in a basis.
Examples:
Every vector space has a basis (but we wonβt prove it here).
Next steps: matrices, systems of equations, and transformations.