How would you go about finding the range of a matrix like:
$\begin{bmatrix} 1 & 0 \\ 2 & 1 \\ 0 & 1 \\ \end{bmatrix}$
This one is confusing me because it maps to the third dimension while only having two column vectors, I'm thinking its a plane but how would you explicitly state what the range is?
Note that matrix maps from $\mathbb{R}^2$ to $\mathbb{R}^3$.
To determine the range, by RREF or by determinants, we can find that the matrix has rank $2$ and then the range is a subspace of dimension $2$ of $\mathbb{R}^3$ that is the plane
$$\pi:s\begin{bmatrix} 1 \\ 2 \\ 0 \\ \end{bmatrix}+t\begin{bmatrix} 0 \\ 1 \\ 1 \\ \end{bmatrix}$$