Wednesday 26 April 2017

Excel - Microsoft Excel Mmult Function

Description
The Excel MMULT function calculates the matrix product of two arrays (representing matrices). 

The format of the function is : 

MMULT( array1, array2 ) 

where array1 and array2 are arrays of numerical values, representing matrices, where the number of columns in array1 is equal to the number of rows in array2. 

The resulting matrix has the same number of rows as array1 and the same number of columns as array2. 

As the Excel Mmult function returns an array of values, the function needs to be entered as an Array Formula. 

Array Formulas: 
To input an array formula, you need to first highlight the range of cells for the function result. Type your function into the first cell of the range, and press CTRL-SHIFT-Enter.

Go to the Excel Array Formulas page for more details. 

Mmult Function Examples
In the example below, the 3x4 matrix in cells A1-D3 is multiplied by the 4x2 matrix in cells F1-G4, to give the resulting 3x2 matrix in cells I1-J3. 


The formula for the function can be seen in the formula bar. The curly braces { } show that the function has been input as an Array Formula. 

Mmult Function Error
If you get an error from the Excel Mmult function, this is likely to be one of the following : 

Common Error 

Be aware also, that if you don't highlight the full range of cells for the resulting matrix, Excel will just show the part of the result that fits into the highlighted range. There will be no error message to let you know that your highlighted range is not big enough. 

This will also be the case if you fail to enter the formula as an array formula - the cell which you enter the formula into will simply show you the first entry of the resulting matrix. 



No comments:

Post a Comment