logo
excelfunctions.org
bookmarks

MINVERSE

Returns the matrix inverse of an array.

Math & TrigonometryMath Basics

What it does

Calculates the inverse of a square matrix.

Syntax

MINVERSE(array)

Arguments

  • array(array) β€” Square matrix.

Examples

Matrix Inverse

Invert a 2x2 matrix.

FORMULA
=MINVERSE(A1:B2)
RESULT
[4, -2; -3, 1]
SAMPLE DATA
AB
1AB
212
334