Matrix multiplication involves multiplying matrices according to certain rules. A matrix is a rectangular layout of numbers arranged in rows and columns. To multiply matrices, each element in a row of the first matrix is multiplied by the corresponding element in a column of the second matrix and those products are summed to form the element of the product matrix in that row and column. Matrix multiplication is useful in many fields including business, data analysis, geology, and robotics.