I wanted to make the title: 'When is Matrix Multiplication Well-Defined', but the software wouldn't let me.
If we have two matrices $A$ and $B$, then $AB$ is well defined if and only if the number of columns of $A$ equals the number of rows of $B$.
Is this right?