I am studying matrices and I have the following doubt. Let's say we are in the $2$-dimensional world. A given matrix has $2$ columns, so it is $2 \times 2$. I interpret every column of the matrix as a point/vector, the same way 3blue1brown does it here. If I have:
\begin{bmatrix}2&0\\0&2\end{bmatrix}
its inverse is:
\begin{bmatrix}1/2&0\\0&1/2\end{bmatrix}
This, visually, is just the points $(2,0)$ and $(0,2)$ and its inverse are points $(\frac12, 0)$ and $(0, \frac12)$, if I draw the vectors as arrows like 3blue1brown, the inverse doesn't follow in an intuitive way, why is this?
The inverse doesn't make any sense to me. Visually the inverse is just a 'shorter' version of the original one.