Construct Matrix P & Find Trace/Eigenvalues - Can Anyone Help?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
abiadams
Messages
1
Reaction score
0
Am really lost on this one:

Suppose X is a full rank nxp matrix. Construct the matrix:

P = I - X((X'X)^-1)X'

Where X' is the transpose of X.

I then have to find the trace and eigenvalues of P.

Can anyone help?!
 
Physics news on Phys.org
easy to see this, say C is the inverse of (AB), then

[tex](AB)C = ABC = I[/tex]

[tex]A^{-1}ABC = BC = A^{-1}[/tex]

[tex]B^{-1}BC = C = B^{-1}A^{-1}[/tex]
 
lanedance's comment is true, but since your matrix need not be square it doesn't help. You can't simplify

[tex] P = I - X(X'X)^{-1} X'[/tex]

any more than it already is.

This is the type of problem seen during a matrix introduction to multiple regression (although it may be in a different setting for your problem).

Hint: You can show that [tex]P^2 = P[/tex] ([tex]P[/tex] is actually a projection matrix).
1) What is its dimension?
2) If you know the rank of [tex]X[/tex] you can find the rank of [tex]P[/tex]

Those hints will (should, may) give you an idea of an attack to find the quantities you need.
 
along with statdads comments, the property of the trace being the sum of the eigenvalues
[tex]tr(A) = \sum_i a_ii = \sum_i \lambda_i[/tex]

and
[tex]tr(A^k) = \sum_i \lambda_i^k[/tex]
could help