Define the linear transformation $T$ by $T(x) = Ax$, where
$A=\left(\begin{matrix} \frac{9}{10} & \frac{3}{10}\\ \frac{3}{10} & \frac{1}{10} \end{matrix}\right)$.
Find (a) $\ker(T)$, (b) $\text{nullity}(T)$, (c) $\text{range}(T)$ and (d) $\text{rk}(T)$.
Apparantly, $\ker(T) = \{(t,-3t) : t \in\mathbb{R}\}$ and $\text{range}(T)= \{(3t,t) :t \in\mathbb{R}\}$. Can anyone explain how to get those answers?
How would this change if we use the following matrix instead of $A$?
$B=\left(\begin{matrix}5 & -1\\ 1 &1 \\ 1 & -1\end{matrix}\right)$;
($\text{range}(T) = \{(4s,4t,s-t) :s,t \in\mathbb{R}\}$)