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...