Hello.
I currenly have an onjective: (||x-a||-b)^2.
It is a fucntion of variable x and x is a vector.
Is there a way to express this function in cvx?
Thanks.
Express (||x-a||-b)^2 in cvx
What if I change ||x-a|| to sqrt( (x-a)^2+(y-c)^2 ). The expresion here becomes ( sqrt( (x-a)^2+(y-c)^2 ) -b )^2, which I think is a convex function w.r.t. x and y.
Thanks.