Least squares proof

  • #1
761
13

Homework Statement



In the least squares method the vector x* that is the best approximation to b statisfies the Least squares equation:

[tex]A^T A x^*= A^T b [/tex]

Prove that there's always a solution to this equation.

Homework Equations


-

The Attempt at a Solution


I distinct 2 situations [tex]A^T A [/tex] is invertible and it isn't invertible. If it's invertible then there's no problem [tex]x^*= (A^T A)^{-1} A^T b [/tex]

But how I prove that it works in the non-invertible case?
 

Answers and Replies

  • #2

Homework Statement



In the least squares method the vector x* that is the best approximation to b statisfies the Least squares equation:

[tex]A^T A x^*= A^T b [/tex]

Prove that there's always a solution to this equation.

Homework Equations




The Attempt at a Solution


I distinct 2 situations [tex]A^T A [/tex] is invertible and it isn't invertible. If it's invertible then there's no problem [tex]x^*= (A^T A)^{-1} A^T b [/tex]

But how I prove that it works in the non-invertible case?

If it is not invertible you need another criteria to get a unique solution. For instance you could require that x has minimum norm. In which case use could use the pseudo inverse which is based on singular value decomposition. However, you do not required a unique solution in the above question. So perhaps you could try showing that the columns of A^T form the same column space as the columns of A^TA.
 
  • #3
If it is not invertible you need another criteria to get a unique solution. For instance you could require that x has minimum norm. In which case use could use the pseudo inverse which is based on singular value decomposition. However, you do not required a unique solution in the above question. So perhaps you could try showing that the columns of A^T form the same column space as the columns of A^TA.

Don't you mean the columns of [tex]A^T b[/tex] are in the span of the columns of [tex]A^T A[/tex]? If so I don't understand how to prove such a thing.
 
  • #4
I've thought about it and I seriously don't know how to prove that the A^Tb is in the column space of A^TA. Can someone help me?
 

Suggested for: Least squares proof

Replies
3
Views
743
Replies
1
Views
781
Replies
3
Views
2K
Replies
20
Views
753
Replies
3
Views
129
Replies
2
Views
364
Replies
10
Views
1K
Replies
4
Views
424
Replies
2
Views
1K
Back
Top