Please someone help me! I am stuck in this problem long time.
how to express this: norm(y)^3/x^2
I have already proved this convex in my previous topic.
How to reformulate this in a CVX way
Cubic over quad constraint This is an answer I found but it didn’t work.
I would think the constraint t\geq \|y\|^3/x^2 should be equivalent to something like geo_mean([t,x,x])>=norm(y).