Show that the range of the 2 matrices are the same

  • Thread starter Thread starter charlies1902
  • Start date Start date
  • Tags Tags
    Matrices Range
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
charlies1902
Messages
162
Reaction score
0

Homework Statement


##P=A(A^*A)^{-1}A^*##
where A is a mxn real/complex matrix and ##A^*A## is invertible.
##A^*## means the conjugate transpose of A.

Homework Equations

The Attempt at a Solution


Let y be in the range(A), such that
##y = Ax## for some ##x##.
We can see that ##PA = A(A^*A)^{-1}A^*A = A##
Then
##y = PAx = P(Ax)##
Does this expression above alone show that y is also in the range(P)?
 
Physics news on Phys.org
andrewkirk said:
That last expression is not correct.
It should be ##Py = PAx = P(Ax)##.
But previous I had shown ##PA=A##
so ##y=Ax=PAx=P(Ax)##
Why is that not correct?