Matrix multiplication
mathematical operation in linear algebra
In mathematics and linear algebra, matrix multiplication is multiplying two matrices together. The number of columns in the first matrix must be equal to the number of rows in the second matrix. The product of two matrices and is written as
To multiply two matrices, the rows of the first matrices are multiplied with the columns of the second. Then, the products are summed to make the entry in the product.
Matrix multiplication is associative, but not commutative.[1]
Related pages
changeReferences
change- ↑ Weisstein, Eric W. "Matrix Multiplication". mathworld.wolfram.com. Retrieved 23 September 2023.