I want to ask a question about the associative property of matrices.
I was given an introductory course into vectors, specifically relating to matrices and then watched a video on 3Blue1Brown.
In his video, he gives a proof that the order of multiplying matrices matter.
He shows a shear and then a rotation in two different orders and shows that the basis vectors $i$ and $j$ do not match up.
$$M_1M_2 \neq M_2M_1$$
This made sense to me through his animations.
However, he later gives a proof for matrix multiplication being associative i.e.
$$(AB)C = A(BC)$$
and this didn't make sense to me.
I thought in both cases he was doing matrix multiplication, and he says in his first proof that order does matter, and then says that they're associative i.e. the order doesn't matter - and this has left me confused.
What am I missing here that's leaving me confused?