Building Projection Matrices from \delta_{ij} and M_{ij}

  • Level: Graduate 
  • Thread starter Thread starter TriTertButoxy
  • Start date Start date
  • Tags Tags
    Matrices Projection
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 3K views
TriTertButoxy
Messages
190
Reaction score
0
Out of the unit matrix and a real non-invertible symmetric matrix of the same size,

[tex]\delta_{ij}[/tex] and [tex]M_{ij}[/tex]​

I need to build a set of projection matrices, [itex]A_{ij}[/itex] and [itex]B_{ij}[/itex] which satisfy orthonormality:

[tex]A_{ij} B_{jk}=0,[/tex] and [tex]A_{ij} A_{jk}=B_{ij} B_{jk}=\delta_{ik}[/tex]​

Is this possible? or should I give up trying to find such matrices?
 
Physics news on Phys.org
Where does the matrix M come in?

I don't think what you're requesting is possible. Just writing in terms of matrices, you want AB = 0 and A2 = B2 = I. But the first condition shows that det(A)det(B) = 0, so det(A) = 0 or det(B) = 0. If det(A) = 0, then det(A2) = 0, making A2 = I impossible.
 
Good point; there are no such matrices I can construct. Thanks.