Let $T : \mathbb{R}^3 → \mathbb{R}^3$ be a linear map of vector spaces over the reals. Assume that $T(1,2,0) = (2,3,0)$ and $T(−1,1,0) =(1, 1,0)$. What are the possible pairs of Rank(T) and Nullity(T)?
I know that Rank(T)+Nullity(T)=3. How do I find specific values of Rank(T) and Nullity(T)? Any guidance is much appreciated
Since $T(\Bbb R^3)$ contains $(2,3,0)$ and $(1,1,0)$, which are linearly independent, $\operatorname{rank}(T)$ is at least $2$. If $T(0,0,1)=(0,0,0)$, then $T(\Bbb R^3)=\operatorname{span}\bigl(\{(2,3,0),(1,1,0)\}\bigr)$ and therefore $\operatorname{rank}(T)=2$ and $\operatorname{null}(T)=1$. And if $T(0,0,1)=(0,0,1)$, then $T(\Bbb R^3)=\Bbb R^3$. So, $\operatorname{rank}(T)=3$ and $\operatorname{null}(T)=0$.