MMULT

Name

MMULT —
MMULT(array1,array2)

Description

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.

See also

TRANSPOSE , MINVERSE