The Span of a Set of Vectors
Next, we discuss the span of a set of vectors.
Span: the "things" you can make with the given vectors.
Often we talk about the space spanned by the vectors.
Example in \(\mathbb{R}^2\)
For example, consider the standard basis vectors:
\[ \vec{i} = \begin{bmatrix} 1 \\ 0 \end{bmatrix}, \quad \vec{j} = \begin{bmatrix} 0 \\ 1 \end{bmatrix} \]
It is clear we can make every possible \(\mathbb{R}^2\) vector using linear combinations of these:
\[ \begin{bmatrix} a \\ b \end{bmatrix} = a \begin{bmatrix} 1 \\ 0 \end{bmatrix} + b \begin{bmatrix} 0 \\ 1 \end{bmatrix} \]
So, we say that \(\vec{i}\) and \(\vec{j}\) span \(\mathbb{R}^2\).
Example in \(\mathbb{R}^3\)
Likewise, the vectors:
\[ \vec{i} = \begin{bmatrix} 1 \\ 0 \\ 0 \end{bmatrix}, \quad \vec{j} = \begin{bmatrix} 0 \\ 1 \\ 0 \end{bmatrix}, \quad \vec{k} = \begin{bmatrix} 0 \\ 0 \\ 1 \end{bmatrix} \text{ span } \mathbb{R}^3 \]
Written in set notation:
\[ \text{span} \left\{ \begin{bmatrix} 1 \\ 0 \\ 0 \end{bmatrix}, \begin{bmatrix} 0 \\ 1 \\ 0 \end{bmatrix}, \begin{bmatrix} 0 \\ 0 \\ 1 \end{bmatrix} \right\} = \mathbb{R}^3 \]