Suppose the square matrix is very close to the identity matrix , so that all elements of the matrix are much less than 1.
To first order in which of the following matrices gives the inverse of
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
It might seem reasonable that the inverse of M involve the inverse of A . Let's see.
Suppose the inverse of M is M ′ = I − A − 1 . Then, multiplying on the left (or right) we have M ′ M = ( I + A ) ( I − A − 1 ) = I − A + A − 1 + I = 2 − A + A − 1 which is clearly not the identity matrix, I . We'd get a similar outcome if we tried M ′ = I + A − 1 .
By assumption, the elements of A 2 are negligible so that A 2 ≈ 0 , and we can ignore any second order terms in A . Therefore, as long as we can get a cancellation of A to first order, we can construct the desired inverse.
Let's try squaring the original matrix M . M 2 = ( I + A ) 2 = I 2 + A + A + O ( A 2 ) = I + 2 A + O ( A 2 ) That didn't work, but we can see that if the second A were negated, we'd get the cancellation we need. Thus the inverse is given by M ′ = I − A .
M ′ M = ( I − A ) ( I + A ) = I + A − A + O ( A 2 ) = I + O ( A 2 ) ≈ I .