How to reformulate this in a CVX way

Uncategorized
Jul 5, 2022
F

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.

F

Cubic over quad constraint This is an answer I found but it didn’t work.

M
Replying to #2

I would think the constraint t\geq \|y\|^3/x^2 should be equivalent to something like geo_mean([t,x,x])>=norm(y).

F
Replying to #3

Yes! Thank you for your help Michal, really appreciated!