Given the following:
Let $T:\mathbb R^3 \rightarrow \mathbb R^3$ be a linear transformation. And let $B = ((1,1,1),(1,1,0),(1,0,1))$ be a basis of $\mathbb R^3$.
The representing matrix of the transformation is as follows: $[T]_B = \begin{bmatrix}1&0&1\\3&2&1\\2&1&1\end{bmatrix}$
Find a basis to the range ($Im T$) and the Kernel ($ker T$)
I've found the kernel by taking a generic vector from $\mathbb R^3$, applying the coordinates of the basis on it and found that $ker T = Sp{(1,0,0)}$.
I'm just not sure how to go about finding the range.
As far as I know, the steps to find it are as follows:
- Transpose the representing matrix.
- Use elementary actions to bring it to a canonical form.
- Restore the given matrix to a vectors via the basis coordinates.
I'm failing to understand the last part, here's what I've found: $\begin{bmatrix}1&0&1/2\\0&1&1/2\\0&0&0\end{bmatrix}$
How do I restore these vectors via the basis coordinates?
EDIT: Fixed the wrong basis B.