Recent content by julie94

  1. J

    Orthogonal matrix whose submatrix has special properties

    I can write PP'=(A B)(A B)' =(AB'+AA' BB' +BA') and I can write PP'=In
  2. J

    Orthogonal matrix whose submatrix has special properties

    Dear Forumers. I am working on the following problem. Let matrix P=( A B ) where A and B are matrices. Let P be an n*n orthogonal matrix. Show that A'A is an idempotent matrix. I do not know where to start. Thanks in advance for the help.
  3. J

    Comparing Basis Vectors in Linear Spaces: X and Y

    I think I need to use the fact that X(X'X)^(-1)X' is a projection operator somehow.
  4. J

    Comparing Basis Vectors in Linear Spaces: X and Y

    Thanks for the help. There is a problem with the dimensions. X is n*k because each of X1,..,Xk is n*1 So I was going to write (using your help) X(X'X)^{-1}X'= X(X^{-1}X'^{-1})X' But X^{-1} does not exist
  5. J

    Comparing Basis Vectors in Linear Spaces: X and Y

    Hi everyone, I am working on the following problem. Suppose the set of vectors X1,..,Xk is a basis for linear space V1. Suppose the set of vectors Y1,..,Yk is also a basis for linear space V1. Clearly the linear space spanned by the Xs equals the linear space spanned by the Ys. Set X=[X1: X2...
  6. J

    Question about hat matrix X(X'X)^(-1)X'

    Do I need to write X=PYP^{-1} where P changes the basis from Y to X? And plug in?
  7. J

    Question about hat matrix X(X'X)^(-1)X'

    I understand the lines you wrote. But I do not know where to take it from here. What should I do with LaTeX Code: X(X^{-1}Xsingle-quote^{-1})Xsingle-quote ? Thanks a lot for the help.
  8. J

    Question about hat matrix X(X'X)^(-1)X'

    I have tried (AB)-1= B-1A-1, but I am not getting what I need. Would you be kind enough to give me another hint.
  9. J

    Question about hat matrix X(X'X)^(-1)X'

    Sorry I meant to write X=[X1: X2 :...: Xk] Y=[Y1: Y2 :...: Yk] You are right, X and Y are matrices. Thanks a lot for the help.
  10. J

    Question about hat matrix X(X'X)^(-1)X'

    Hi everyone, I am working on the following problem. Suppose the set of vectors X1,..,Xk is a basis for linear space V1. Suppose the set of vectors Y1,..,Yk is also a basis for linear space V1. Clearly the linear space spanned by the Xs equals the linear space spanned by the Ys...
  11. J

    Orthogonal vector spaces and matrices

    Hi everyone, I would need to get some help on the following question Let A (m*n) Let B (m*p) Let L(A) be the span of the columns of A. L(A) is orthogonal to L(B) <=> A'B=0 I suppose that the => direction is pretty obvious, since A is in L(A) and B in is L(B). Now I am not sure how to...
  12. J

    How to find P1 and P2 such that P1, P2, and P1+P2 idempotent

    Here is the example I found A1= 1,0,0; 0,0,0; 1,0,0; A2= 0,0,0; 0,1,0; 0,0,0; A1+A2= 1,0,0; 0,1,0; 1,0,0; All three are idempotent. Is there a way to make those matrices a little less trivial.
  13. J

    How to find P1 and P2 such that P1, P2, and P1+P2 idempotent

    Nonzero diagonal matrices are non-trivial. Do you have one?
Back
Top