Could you help me solve this problem please ?
- Maximize $x^ty$ with constraint $x^tQx \leq 1$ (where $Q$ is definite positive)
What I tried : I tried using KKT but I don't know why I get $-\sqrt{y^tQ^{-1}y}$ as the maximum instead of $\sqrt{y^tQ^{-1}y}$ (which I believe is the maximum). Also, since $x^ty$ is linear (convex and concave), I don't know how to conclude...
- Conclude that $(x^ty)^2 \leq (x^tQx)(y^tQ^{-1}y)$ $\forall x,y$ (generalized CS)