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
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top