I understand that when calculating the product of 2 matrices you need to account for the dimensions. But when there is an empty row in one of the matrices, why does it need to be accounted for? What are the implications if you ignore that row before performing a calculation?
Say, if the matrix is $\begin{bmatrix}0&-2\\ -1&4\\ 0&0\\ \end{bmatrix},$
in which ways is it different if the last row was removed?