Show that the range of the 2 matrices are the same

  • Thread starter Thread starter charlies1902
  • Start date Start date
  • Tags Tags
    Matrices Range
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
charlies1902 said:
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)##
That last expression is not correct.
It should be ##Py = PAx = P(Ax)##.
 
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?
 
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