How do I optimize Ax = b such that every element of b is bigger than 0.5 and x has the lowest possible norm?

58 Views Asked by At

As the title says I want to find x such that b, given by $Ax = b$ has ideally every element above 0.5 And x has the lowest possible norm.

A is a symmetric definite positive matrix

Thanks!!