How to reformulate this in a CVX way

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.

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).

2 Likes

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

1 Like