MINVERSE

Name

MINVERSE —
MINVERSE(array)

Description

MINVERSE function returns the inverse matrix of a given matrix.

If the matrix cannot be inverted, MINVERSE returns #NUM! error. If the matrix does not contain equal number of columns and rows, MINVERSE returns #VALUE! error.

See also

MMULT , MDETERM