6.2. APPLICATIONS 115

which by Theorem 6.1.23 has the same determinant as the original matrix. Lets expand itnow along the first column. This yields the following for the determinant of the originalmatrix.

det

 0 −1 −1−8 −4 110 −8 −4

which equals

8det

(−1 −1−8 −4

)+10det

(−1 −1−4 1

)=−82

We suggest you do not try to be fancy in using row operations. That is, stick mostly tothe one which replaces a row or column with a multiple of another row or column added toit. Also note there is no way to check your answer other than working the problem morethan one way. To be sure you have gotten it right you must do this.

6.2 Applications6.2.1 A Formula For The InverseThe definition of the determinant in terms of Laplace expansion along a row or columnalso provides a way to give a formula for the inverse of a matrix. Recall the definition ofthe inverse of a matrix in Definition 5.1.29 on Page 92. Also recall the definition of thecofactor matrix given in Definition 6.1.12 on Page 110. This cofactor matrix was just thematrix which results from replacing the i jth entry of the matrix with the i jth cofactor.

The following theorem says that to find the inverse, take the transpose of the cofactormatrix and divide by the determinant. The transpose of the cofactor matrix is called theadjugate or sometimes the classical adjoint of the matrix A. In other words, A−1 is equalto one divided by the determinant of A times the adjugate matrix of A. This is what thefollowing theorem says with more precision.

Theorem 6.2.1 A−1 exists if and only if det(A) ̸= 0. If det(A) ̸= 0, then A−1 =(

a−1i j

)where

a−1i j = det(A)−1 cof(A) ji

for cof(A)i j the i jth cofactor of A.

Example 6.2.2 Find the inverse of the matrix

A =

 1 2 33 0 11 2 1

First find the determinant of this matrix. Using Theorems 6.1.23 - 6.1.25 on Page 112,

the determinant of this matrix equals the determinant of the matrix 1 2 30 −6 −80 0 −2

