Does least squares solution to Ax=b depend on choice of norm

kaxzr
Messages
1
Reaction score
0
To find the closest point to b in the space spanned by the columns of A we have:
\mathbb{\hat{x}}=(A^TA)^{-1}A^T\mathbb{b}
My question is, shouldn't this solution ##\hat{x}## depend on the choice of distance function over the vector space? Choosing two different distance functions might give two different ##\hat{x}##s. But this equation does not make any reference to the choice of distance function.

Can anyone explain this to me? This is not directly a homework question but I am just trying to get a better understanding of the concepts here.

Thanks.
 
Physics news on Phys.org
If nothing else is given, use the standard scalar product and its induced norm.
 
kaxzr said:
To find the closest point to b in the space spanned by the columns of A we have:
\mathbb{\hat{x}}=(A^TA)^{-1}A^T\mathbb{b}
My question is, shouldn't this solution ##\hat{x}## depend on the choice of distance function over the vector space? Choosing two different distance functions might give two different ##\hat{x}##s. But this equation does not make any reference to the choice of distance function.

Can anyone explain this to me? This is not directly a homework question but I am just trying to get a better understanding of the concepts here.

Thanks.

This function is *assuming* standard Euclidean distance. Of course for other measures of distance you will get different results. Some other norms do not lead to explicit solutions, but are only doable numerically.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top