Matrices $M=\begin{pmatrix}-0.6&0.8\\0.8&0.6\end{pmatrix}$ and $N=\begin{pmatrix}0.8&0.6\\0.6&-0.8\end{pmatrix}$ represent $y = 2x$ and $3y = x$, respectively. Verify that $MN$ is not equal to $NM$, and explain why this should have been expected.
What transformations do the two products represent?
I tried multiplying and finding the products of $MN$ and $NM$, but when I calculated them, they seemed to be equal. I got \begin{pmatrix}-0.48& 0.48\\ 0.48& -0.48\end{pmatrix} both times.
Am I doing something wrong?
Yes, you are doing something wrong. But it is hard to tell, when you do not show your calculation.
For example when we calculate $MN$.
Then:
$\begin{pmatrix}-0.6&0.8\\0.8&0.6\end{pmatrix}\cdot \begin{pmatrix}0.8&0.6\\0.6&-0.8\end{pmatrix}=\begin{pmatrix} (-0.6)\cdot 0.8+0.6\cdot 0.8& (-0.6)\cdot 0.6+0.8\cdot (-0.8)\\0.8\cdot 0.8+0.6\cdot 0.6&0.8\cdot 0.6+0.6\cdot (-0.8)\end{pmatrix}=\begin{pmatrix}0&-1\\1&0\end{pmatrix}$
Similar you calculate $NM$.