rapuy
- 3
- 0
Homework Statement
If A, B, and C are nxn matrices, with B and C nonsingular, and b is an n-vector, how would you implement the formula
x = B^{-1} (2A + I) (C^{-1} + A)b
without computing any matrix inverses?
Homework Equations
Is there any identity for (2A+I)^{-1} that is expressed without the inverse?
The Attempt at a Solution
x = B^{-1} (2A + I) (C^{-1} + A)b
Bx = (2A + I)(C^{-1} + A)b
(2A + I)^{-1}Bx = C^{-1}b + Ab
If (2A+I)^{-1} is expressed without the inverse, I would have proceeded as follows:
(2A + I)^{-1}Bx - Ab = C^{-1}b
C[(2A + I)^{-1}Bx - Ab] = CC^{-1}b
C[(2A + I)^{-1}Bx - Ab] = b
C(2A + I)^{-1}Bx - CAb = b
C(2A + I)^{-1}Bx = (CA+I)b