Finding Oblique Projector P for U, W Subspaces

  • Thread starter Thread starter kalleC
  • Start date Start date
  • Tags Tags
    Projector
kalleC
Messages
9
Reaction score
0

Homework Statement


Find the oblique projector P so where range(P) = range(U) and range(I-P) = range(W)


Homework Equations


P^2-P = 0
range(I-P) = null(P)


The Attempt at a Solution


It seems that U and W are complementary subspaces. According to:
http://arxiv.org/PS_cache/arxiv/pdf/0809/0809.4500v4.pdf
U*(V*U)t*V
where t is the Moore-Penrose inverse. The task is to be done in Matlab. My problem is that V and U cannot be multiplied due to their sizes. The sizes are for example (5,3) and (5,8) with the rows in common. I tried adding on the identity to fill up space in U and also tried to add null space but this did not work. I always seem to end up with a projector P so that:
P^2-P = 0
PA = A
but PB != 0
and (I-P)B != B

Any ideas?
 
Physics news on Phys.org
p = [U 0] [U V]^-1

According to "Generalized inverses: theory and applications" by AvAdi Ben-Israel, Thomas Nall Eden Greville

0 is nullspace

And sure as hell it works =D
 
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