Calculates the determinant of the matrix [[a, b, c], [d, e, f], [g, h, i]] by expanding along the first row, and gives the nine entries of its inverse, the transposed cofactor matrix divided by the determinant. When the determinant is zero there is no inverse.