[example: A Singular Matrix Loses a Direction]
Here $M_2(\mathbb{R})$ denotes the set of all $2\times 2$ matrices with real entries. Let $A \in M_2(\mathbb{R})$ have entries $A_{11}=1$, $A_{12}=1$, $A_{21}=2$, and $A_{22}=2$. The associated linear map $T_A:\mathbb{R}^2\to\mathbb{R}^2$ is
\begin{align*}
T_A(x_1,x_2)=(x_1+x_2,2x_1+2x_2).
\end{align*}
Evaluating this formula at $(1,-1)$ gives
\begin{align*}
T_A(1,-1)=(1+(-1),2\cdot 1+2\cdot(-1)).
\end{align*}
Since $1+(-1)=0$ and $2\cdot 1+2\cdot(-1)=2-2=0$, this becomes
\begin{align*}
T_A(1,-1)=(0,0).
\end{align*}
Thus the nonzero vector $(1,-1)$ is sent to the zero vector.
For an arbitrary vector $(x_1,x_2)\in\mathbb{R}^2$, put $t=x_1+x_2$. Then
\begin{align*}
T_A(x_1,x_2)=(x_1+x_2,2x_1+2x_2)=(t,2t).
\end{align*}
Therefore every vector in the image of $T_A$ lies on the line $\{(t,2t):t\in\mathbb{R}\}$. Since, for example, $(0,1)$ is not of the form $(t,2t)$ because $t=0$ would force $2t=0\ne 1$, the map is not onto $\mathbb{R}^2$. This matrix is a linear transformation, but it is not a symmetry of $\mathbb{R}^2$ because it collapses a direction and loses information.
[/example]