How to write subtraction of 2 matrix as multiplication

45 Views Asked by At

In a paper I saw the following equation. enter image description here

If I express the equation in a simple way, It comes down to the following equation. $(I-A)^{-1} - (I-B)^{-1} = (I-B)^{-1} [A-B] (I-A)^{-1} $

How can we prove these are equal to each other?

Thank you

1

There are 1 best solutions below

0
On

Thanks for the hint @JMoravitz

With help of the hint ,the solution is

$$(I-B)^{-1} (I-B) (I-A)^{-1} - (I-B)^{-1} (I-A) (I-A)^{-1}$$ $$(I-B)^{-1} [(I-B)-(I-A)](I-A)^{-1}$$ $$(I-B)^{-1} [A-B] (I-A)^{-1}$$