If $f\colon\mathbb{R}^3\to \mathbb{R}^3$, a linear map with
$f(x,y,z) = (x-y+2z,z-y,x+z)$ then:
- the matrix $A_f$ on some basis is invertible
- $f^{-1}$ exists
- the matrix $A_f$ on some usual basis has $\operatorname{rank}A=2$
- the matrix $A_f$ on some usual basis has $\operatorname{dim}N(A)=2$
which of those is correct (1,2,3,4)?
I have excludes the 4th because $\operatorname{dim}N(A)=1$, i calculated the 3rd and i got $\operatorname{rank} A=2$, but i am not sure about the other 2 (1 and 2).
Can someone help me ?
Yes, $\dim\ker f=1$. So, $f$ is not invertible, and therefore neither is the matrix of $f$ with respect to any basis. Besides, since $f$ is not invertible, $f^{-1}$ does not exist. On the other hand, $f(1,0,0)=(1,0,1)$, $f(0,1,0)=(-1,-1,0)$, and$$f(0,0,1)=(2,1,1)=f(1,0,0)-f(0,0,1).$$So,$$f\left(\Bbb R^3\right)=\operatorname{span}\bigl\{(1,0,1),(-1,-1,0)\bigr\}$$and, since $\bigl\{(1,0,1),(-1,-1,0)\bigr\}$ is linearly independent, $\operatorname{rank}f=2$. So, the only correct assertion is the third one.