Whatis an "undefinded" matrix? Please give an example.

You can multiply two matrices if, and only if, the number of columns in the first matrix equals the number of rows in the second matrix. Otherwise, the product of two matrices is undefined.

The product matrix's dimensions are
(rows of first matrix) × (columns of the second matrix )