1

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?

D.R.
  • 8,691
  • 4
  • 22
  • 52

1 Answers1

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.