Matrix Multiplication
Matrix Multiplication
Matrix Multiplication
(1)
Where is summed over for all possible values of and and the notation above uses the
Einstein summation convention. The implied summation over repeated indices without the
presence of an explicit sum sign is called Einstein summation, and is commonly used in both
matrix and tensor analysis. Therefore, in order for matrix multiplication to be defined, the
dimensions of the matrices must satisfy
(2)
Where denotes a matrix with rows and columns. Writing out the product explicitly,
(3)
where
(4)
(5)
(6)
(7)
(8)
(9)
(10)
(11)
(12)
Where Einstein summation is again used. Now, since , , and are scalars, use the
associativity of scalar multiplication to write
(14)
(15)
That is, matrix multiplication is associative. Equation (13) can therefore be written
(16)
Matrix multiplication is also distributive. If and are matrices and and are
matrices, then
(17)
(18)
Since matrices form an Abelian group under addition, matrices form a ring.
(19
)
SEE ALSO: Linear Transformation, Matrix, Matrix Addition, Matrix Inverse, Strassen Formulas
REFERENCES:
Arfken, G. Mathematical Methods for Physicists, 3rd ed. Orlando, FL: Academic Press, pp. 178-179, 1985.
Higham, N. "Exploiting Fast Matrix Multiplication within the Level 3 BLAS." ACM Trans. Math. Soft. 16, 352-
368, 1990.
http://mathworld.wolfram.com/MatrixMultiplication.html