4.4 Bases and Dimension of Vector Space
\[ \mathbb{R}^2 \text{ is spanned by } \left\{ \begin{bmatrix} 1 \\ 0 \end{bmatrix}, \begin{bmatrix} 0 \\ 1 \end{bmatrix} \right\} = \{ \vec{i}, \vec{j} \} \]
because every \( \mathbb{R}^2 \) vector is a linear combo of \( \vec{i} \) and \( \vec{j} \)
spanning set : enough vectors to build a vector space
\[ \mathbb{R}^2 \text{ is also spanned by } \left\{ \begin{bmatrix} 1 \\ 0 \end{bmatrix}, \begin{bmatrix} 0 \\ 1 \end{bmatrix}, \begin{bmatrix} 1 \\ 2 \end{bmatrix} \right\} \]
(we can simply ignore the extra one)
\[ \mathbb{R}^2 \text{ is not spanned by just } \left\{ \begin{bmatrix} 1 \\ 0 \end{bmatrix} \right\} \text{ or just } \vec{i} \]
(missing \( y \) component)
\[ \mathbb{R}^2 \text{ is not spanned by } \left\{ \begin{bmatrix} 1 \\ 0 \end{bmatrix}, \begin{bmatrix} 2 \\ 0 \end{bmatrix} \right\} \text{ (missing } y \text{)} \]
\[ \text{but we can span } \mathbb{R}^2 \text{ using } \left\{ \begin{bmatrix} 1 \\ 0 \end{bmatrix}, \begin{bmatrix} 2 \\ 0 \end{bmatrix}, \begin{bmatrix} 0 \\ 1 \end{bmatrix} \right\} \]