Explain Gaussian Elimination Method for finding the inverse of a matrix.

No Comments
Explain Gaussian Elimination Method for finding the inverse of a matrix.

In this method, if A is a given matrix, for which we have to find the inverse; at first, we place an identity matrix, whose order is same as that of A, adjacent to A which we call an augmented matrix. Then the inverse of A is computed in two stages. In the first stage, A is converted into an upper triangular form, using Gaussian elimination method In the second stage, the above upper triangular matrix is reduced to an identity matrix by row transformations. All these operations are also performed on the adjacently placed identity matrix. Finally, when A is transformed into an identity matrix, the adjacent matrix gives the inverse of A. In order to increase the accuracy of the result, it is essential to employ partial pivoting
Next PostNewer Post Previous PostOlder Post Home

0 comments

Post a Comment