Recent content by isolde_isy
-
I
Undergrad Solving Separable Least Square Problem - Isy
So it can be reformulate the problem in lsq constrained min(||Aax-b||2) subject to ||x||=1 Right? Thanks Isy- isolde_isy
- Post #3
- Forum: General Math
-
I
Undergrad Solving Separable Least Square Problem - Isy
Hi I have to solve the following LSQ problem: min(||Aax-b||2) where A is a known matrix, b is a know vector x is an unknows vector a is an unknown scalar I can solve directly via pseudo inverse ax=inv(A'A)A'b but how can I isolate a from x? Could Separable least square a scheme...- isolde_isy
- Thread
- Separable Square
- Replies: 3
- Forum: General Math