M_MULT

Syntax:

M_MULT(matrix_1:array, matrix_2:array)

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

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