Determine a basis of $ker(T)$ and $T(R^5)$ for a linear map $T : R^5 → R^3$ whose matrix (relative to the standard basis) equals
$\begin{bmatrix}1 & 0 & 0 & 5 & 9\\ 0 & 1 & -1 & -3 & 2\\ 0 &2 & -2 & -6 & 4 \end{bmatrix}$
To find the basis for kernel, I just let the matrix time a vector [v1,...,v5] s.t. it equals 0 and solve for the basis. For $T(R^5)$ basis, do I just reduce the matrix to rref and find the basis of the rref?
In addition, what does it mean "(relative to the standard basis)" in the question?
Relative to the standard basis just means we don't have to use a change of basis matrix to compute the kernel. So we get $\begin{bmatrix}1 & 0 & 0 & 5 & 9\\ 0 & 1 & -1 & -3 & 2\\ 0 &2 & -2 & -6 & 4 \end{bmatrix}\to\begin{bmatrix}1 & 0 & 0 & 5 & 9\\ 0 & 1 & -1 & -3 & 2\\ 0 &0 & 0 & 0 & 0 \end{bmatrix}$. Now "back-substitute". Get $b-c-3d+2e=0,a+5d+9e=0$. So $\{(-9,-2,0,0,1),(-5,3,0,1,0),(0,1,1,0,0)\}$ is a basis for the kernel.