So I have the optimization task where f(x) and g1(x),g2(x) are given. And i need to find optimal value of function. Answer should be like (x=(x,x),f=f). Please help if you know how to do this)
f(x1,x2) = (x1 - 2)2 + (x2 - 3)2 + x23 → min
g1(x1,x2) = x1 + x2 ≤ 2.5
g2(x1,x2) = -x1 + 3x2 ≤ 4
x1, x2 ≥ 0