Matrix

This page presents procedures from class WorksheetFunction related to the theme Matrix

MDeterm - Returns the matrix determinant of an array.

MInverse - Returns the inverse matrix for the matrix stored in an array.

MMult - 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.

Munit - Returns the unit matrix for the specified dimension.