Relationship between two matrices

trenekas
Messages
61
Reaction score
0
Hello. I need some help with one question about relationship of two matrices.
The task:
Suppose that I is identity matrix, u - is vector, u' is transposed vector, α - real number. It can be prove that inverse matrix of I+α*u*u' has similar form I+x*u*u'. The task is to find x.

I tried to calculate inverse of this matrix I+α*u*u', but first of all when i don't know dimension it is very difficult to calculate inverse matrix. I tried to take example when u is from R^2, but even then i can't calculate x.

Any help would be appreciate. Any hints or something else.
 
Physics news on Phys.org
Instead of trying to calculate the inverse, why not assume the inverse is like I+x*u*u' and see what happens when you take the product?

$$(I+\alpha uu^T)(I+xuu^T)=?$$
 
ok i will try. thanks for help, Matterwawe!
 
$$(I+\alpha uu^T)(I+xuu^T)=I$$
$$(I+I*xuu^T+I*\alpha uu^T+\alpha uu^T*xuu^T=I$$
So after that
$$I*xuu^T+I*\alpha uu^T+\alpha uu^T*xuu^T=0$$
$$xuu^T+\alpha uu^T+\alpha uu^T*xuu^T=0$$
$$(x+\alpha) uu^T+\alpha*x (uu^T*uu^T)=0$$
$$(x+\alpha) uu^T=-\alpha*x (uu^T*uu^T)$$

And what's next? How can i express x?

$$(x+\alpha)/-\alpha*x =(uu^T)^{-1}(uu^T*uu^T)$$
$$-1/\alpha-1/x=(uu^T)^{-1}(uu^T*uu^T)$$
$$-1/x=(uu^T)^{-1}(uu^T*uu^T)+1/\alpha$$
 
Last edited:
From equation
$$xuu^T+\alpha uu^T+\alpha uu^T*xuu^T=0$$
follows with
$$uu^T*xuu^T = xu(u^Tu)u^T = x (u^Tu) uu^T$$ (u^Tu is a scalar)
the solution of your question:
$$x = -\alpha / (1+\alpha u^Tu)$$
 
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