Linear Algebra, Matrix Inverse Proof

patata
Messages
10
Reaction score
0

Homework Statement


Let A,B and and 2A + B be invertible n x n matrices. Show that (A^-1 + 2B^-1) is also invertible and express (A^-1 + 2B^-1)^-1 in terms of A, B and (2A+B)^-1

The Attempt at a Solution


I'm not exactly sure how to tackle this problem, i know that for a matrix to be invertible, we have to be able to multiply (both pre and post multiply it) by some other matrix so that their product gives the identity, however, in this case, I'm completely lost as to what to due to the sum of the matrices inside the brackets. Any hints on suggests? Can i let C = the sum of A+2B say to simplify matters? but even if i do that I am not sure how to proceed.

I've also been reading on this thing called 'Binomial Inverse Theorum' but again, I am not to sure if I am barking up the wrong tree or how to apply it to this case.

Thanks for any and all help
 
Physics news on Phys.org
As some attempted working, If i multiply A(A^-1 +2B^-1)2B does that give me I? Essentially what I am finding most confusing is how to deal with the terms in the brackets.
 
the distributive law holds for matrices;

C(A+B)=CA+CB

so to expand

(A+B)(C+D),

first you expand the left bracket:

A(C+D)+B(C+D)

and then you do the right brackets similarly.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top