Returns the multiplicative inverse of a square matrix specified as an array or range. Learn more
MINVERSE is a mathematical function in Google Sheets that is used to calculate the inverse of a square matrix. The inverse of a matrix is a matrix that, when multiplied by the original matrix, yields the identity matrix. The identity matrix is a square matrix with ones on the diagonal and zeros elsewhere.
To use the MINVERSE function in Google Sheets, you need to provide a range of cells that contain the square matrix you want to invert. The function will then compute the inverse of the matrix and return the result as a new matrix.