Given a matrix transformation $\begin{bmatrix} 0 & 1\\ 0 & 0 \end{bmatrix}$, why does it go from $\mathbb{R}^2$ to $\mathbb{R}^2$, when it squishes the plane into a line?
Asked
Active
Viewed 27 times
1 Answers
1
The image of the point $(a,b) $ is $$f (a,b)=(0a+1.b,0a+0b)=(b,0) $$
all images are in the line whose equation is $y=0$.
$f $ is from $\mathbb R^2$ to $\mathbb R^2$ but $f (\mathbb R^2)=\{(x,0) : x\in \mathbb R\} $ is a line.
$f $ is not surjective.
hamam_Abdallah
- 62,951