- #1
roscany
- 1
- 0
Does (A+B)^-1= A^-1+ B^-1?
Thanks!
Thanks!
roscany said:Does (A+B)^-1= A^-1+ B^-1?
Thanks!
Rido12 said:Assume $A$, $B$, and $A+B$ are invertible, otherwise the inverse would not exist. Let $(A+B)^{-1}=A^{-1}+X$, where $X$ is to be determined.
$(A+B)^{-1}=A^{-1}+X$
Multiply both sides by $A+B$:
$I=(A^{-1}+X)(A+B)$
$I=A^{-1}A+A^{-1}B+XA+XB$
$I=A^{-1}B+X(A+B)$
$X(A+B)=-A^{-1}B$
$X=(-A^{-1}B)(A+B)^{-1}$
Recall from above:
$X=(-A^{-1}B)(A^{-1}+X)$
Isolating for $X$...
$X= - (I + A^{-1}B)^{-1} A^{-1} B A^{-1}$
$(A+B)^{-1}=A^{-1}-(I + A^{-1}B)^{-1} A^{-1} B A^{-1}$
Therefore, the original statement is not true in general.
I like Serena said:Wait. (Wait)
Are you saying that $B^{-1}$ does not have to be equal to $-(I + A^{-1}B)^{-1} A^{-1} B A^{-1}$?
Why would that be the case? (Wondering)
The expression (A+B)^-1 is a mathematical operation known as the inverse of the sum. It is used to find the inverse of a sum of two or more matrices.
Finding the inverse of a matrix is important in various areas of mathematics and science, such as linear algebra, statistics, and physics. It allows us to solve systems of linear equations, perform matrix operations, and calculate probabilities, among other things.
No, A^-1+ B^-1 is not the same as (A+B)^-1. While they both involve finding the inverse of matrices, the former is the sum of two individual inverse matrices, while the latter is the inverse of the sum of two matrices.
To solve (A+B)^-1, you can use the following formula: (A+B)^-1 = A^-1 + B^-1 - (A^-1 x B x A^-1) / (1 + B x A^-1). Alternatively, you can use an online calculator or a software program to compute the inverse of the sum of two matrices.
The inverse of the sum operation has various applications, including solving systems of linear equations, finding the coefficients of a polynomial, calculating the probabilities of independent events, and performing transformations in physics and engineering problems.