Linear Algebra/Matrix Inverses/Finding the Inverse of a Matrix

From testwiki
Jump to navigation Jump to search

The inverse of a matrix may be found using several different methods. The method that is guaranteed to work is by augmenting a n×n matrix with In, and solving to the RREF.

An example

[1322]|[1001]

...

[1001]|[12341214]

The inverse of the matrix is the second augmented matrix. In this case,

[12341214]

Template:BookCat