4.5 Row and Column Spaces
Given a matrix, all possible linear combos form the row space (space spanned by its rows).
What about a basis (minimum spanning set) of row space?
For \( A = \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix} \), \( [1 \quad 2] \) and \( [3 \quad 4] \) are linearly indp so form a basis for \( \text{Row}(A) \) which is \( \mathbb{R}^2 \).
\( \{ [1 \quad 2], [3 \quad 4] \} \) cover xy plane
So another basis is \( \{ [15 \quad 0], [0 \quad \pi] \} \).