Info

This question is closed. Reopen it to edit or answer.

Quadratic Problem with consraints

1 view (last 30 days)
Eynan
Eynan on 1 Jan 2012
Closed: MATLAB Answer Bot on 20 Aug 2021
Hey,
I'm trying to implement an article and I have some issues. I need to find solution to the following quadratic minimization problem:
argmin_(n) = sum(over all z's){ <n,J(z)>^2 + delta<n,A>^2}
such that ||n||^2.
Where,
n's dimension is 1x3 - (unknown),
J(x)'s dimension is 3x1- (known),
A's dimension is 3x1 - (known),
delta is scalar - (known).
Any help will be great.
Thank's

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!