M N =P if and only if the number of columns of matrix M is the same as the number of rows of matrix N and
pij = mi1n1j + mi2 n2j+ mi3 n3j + ... + mik nkj.
The matrix P has the same number of rows as M and the same number of columns as N.
If a multiplication cannot be performed because of the order of given matrices, the matrices are said to be not conformable.
A
is the first matrix or set of data.
a11=row 1 and column 1
a12=row 1 and column 2
a21=row 2 and column 1
a22=row 2 and column 2
B
is the second matrix or set of data.
b11=row 1 and column 1
b12=row 1 and column 2
b21=row 2 and column 1
b22=row 2 and column 2
A * B
is the mutiplication of matrix A times matrix B.