The MMULT function in Excel computes the matrix product of two arrays (representing matrices).
Syntax :
=MMULT( A1:D3, F1:G4 )
Parameters :
Array1 and array2 are numeric value arrays representing matrices, with the number of columns in array1 equal to the number of rows in array2. The resultant matrix has the same number of rows and columns as array1 and array2.
Example :
The formula =MMULT, the 3×4 matrix in cells A1-D3 is multiplied by the 4×2 matrix in cells F1-G4 ( A1:D3, F1:G4 ) Cells I1-J3 display the resultant 3×2 matrix.
Ask Your Query