
Arturo O. answered 03/27/17
Tutor
5.0
(66)
Experienced Physics Teacher for Physics Tutoring
Sonu,
Are you familiar with a general formula for finding the inverse of a matrix? You can take these steps to find the inverse:
(1) Replace each matrix element with its minor. The minor is the determinant of the smaller matrix that remains after you delete the row and column of the matrix element. This is called the matrix of the minors.
(2) Multiply each minor by (-1)i+j, where i and j are the row and column, respectively, where the minor is located. Note (-1)i+j alternates in sign as you move across a row or down a column. The resulting matrix is called the cofactor matrix
(3) Take the transpose of the cofactor matrix. The resulting matrix is called the adjoint matrix
(4) Divide the adjoint matrix by the determinant of the original matrix. The resulting matrix is the inverse of the matrix you started with.
The steps in Andrew's solution are equivalent to this. For a 2x2 matrix, this is easy. For 3x3 and higher, it gets tedious, unless you have a programmable tool to work with. There are other ways to find the inverse, but working with the adjoint matrix is very common.