The MMULT function is used to find the matrix product of two arrays. The number of rows of Array 1 should be equal to the number of columns of Array 2.
Note: The result matrix should have the number of rows equal to that of the Array 1 and number of columns equal to that of Array 2.