MINVERSE

MINVERSE

Synopsis

MINVERSE(matrix)

Description

MINVERSE function returns the inverse matrix of matrix.

  • If matrix cannot be inverted, MINVERSE returns #NUM! error.
  • If matrix does not contain equal number of columns and rows, MINVERSE returns #VALUE! error.
  • This function is Excel compatible.

Examples

See also

MMULT, MDETERM.