- #1
slylock
- 4
- 0
Hi there,
Could some one please tell me how can i solve this linear least square problem.
x*,w* = argmin[tex]_{x,w}[/tex]|| Gx - Mw ||[tex]^{2}_{2}[/tex]
subject to v[tex]_{k}[/tex] = c[tex]_{k}[/tex]; k = 1 ... p
v[tex]_{k}[/tex] is the vertex
c is the constant
Here x and w are the unknowns.
G - is a 9m x 3n matrix - the coefficients here are known
x - is 3n x 1 matrix of unknown vertices
M - is 9m x 4 matrix the values are known here as well
w - is 4 x 1 matrix of unknown values
I have to solve for x and w. Any help would be really appreciated.
Thanks
Could some one please tell me how can i solve this linear least square problem.
x*,w* = argmin[tex]_{x,w}[/tex]|| Gx - Mw ||[tex]^{2}_{2}[/tex]
subject to v[tex]_{k}[/tex] = c[tex]_{k}[/tex]; k = 1 ... p
v[tex]_{k}[/tex] is the vertex
c is the constant
Here x and w are the unknowns.
G - is a 9m x 3n matrix - the coefficients here are known
x - is 3n x 1 matrix of unknown vertices
M - is 9m x 4 matrix the values are known here as well
w - is 4 x 1 matrix of unknown values
I have to solve for x and w. Any help would be really appreciated.
Thanks