If I have a quartic form that I can write as
$$P(x,y)=(x^2/2,y^2/2,xy)M(x^2/2,y^2/2,xy)$$
where $M$ a a $n \times n$ symmetric matrix, what is the simplest way to derive whether the form is positive definite?
For quadratic forms this is quite easy, you just need to check the eigenvalues of $M$, but for quartic forms written in this way the condition looks less obvious.
In this example the form depends on only $2$ variables and $n=3$, but I am interested in applying this to forms with many more variables
