M_MULT

Syntax:

M_MULT(matrix_1:array|range, matrix_2:array|range)

Returns the matrix product[1] of matrix_1 and matrix_2 as an array.

The result array will be of dimension a×c if the dimension of matrix_1 is a×b and the dimension of matrix_2 is b×c (rows × columns).

  1. Weisstein, Eric W. "Matrix Multiplication." From MathWorld--A Wolfram Web Resource. http://mathworld.wolfram.com/MatrixMultiplication.html