For two matrices A and B, A m x p X B p x n?
For two matrices A and B, A m x p X B p x n?
Explanation
For the multiplication of two matrices A (size m x p) and B (size p x n), the resulting matrix AB will have dimensions m x n.
The number of rows of A and the number of columns of B determine the dimensions of the product matrix.