How is it possible to transform the following non-linear constraints into linear constraints? I can rewrite the constraints as follows: $8x^2y \le 32, \frac{4xz^2}{y^3} \le 32, \frac{x^5y^2}{z^6} \le 32$.
Then I can convert them to equalities: $8x^2y+b_1 = 32, \frac{4xz^2}{y^3} +b_2= 32, \frac{x^5y^2}{z^6} +b_3=32$
However, once I am at this points, I don't see how I can put the constraints in an appropriate linear form. How can I proceed? Thanks
