MMULT(array1,array2)
MMULT function 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.
This function is Excel compatible.
TRANSPOSE, MINVERSE.