BioloMICS logo
×
BioloMICS menu

MMULT

 
Category: Mathematical Function.
 
Description: Returns the matrix product of two arrays. The result is an array with the same number of rows as array1 and the same number of columns as array2.
 
Syntax: MMULT(array1, array2)
 
The number of columns in array1 must be the same as the number of rows in array2, and both arrays must only contain numbers.