Excel Minverse Function
The MINVERSE function takes just one argument, array, which should be a square matrix, with an equal number of rows and columns. In order for MINVERSE to calculate an inverse matrix, array must contain numbers only. When an inverse exists, MINVERSE returns an inverse matrix with the same dimensions as the array provided. If a matrix cannot be inverted, MINVERSE will return a #NUM! error. A matrix that can’t be inverted has a determinant of zero (0)....