slylock
- 4
- 0
Hi there,
Could some one please tell me how can i solve this linear least square problem.
x*,w* = argmin_{x,w}|| Gx - Mw ||^{2}_{2}
subject to v_{k} = c_{k}; k = 1 ... p
v_{k} 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_{x,w}|| Gx - Mw ||^{2}_{2}
subject to v_{k} = c_{k}; k = 1 ... p
v_{k} 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