Recent content by isolde_isy

  1. I

    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
  2. I

    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...
Back
Top