Prove that matrix multiplication is associative. In other words, suppose A,B,CA,B,C are matrices whose sizes are such that (AB)C(AB)C makes sense. Prove that A(BC)A(BC) makes sense and that (AB)C=A(BC)(AB)C = A(BC).


TODO