What is the domain for which this matrix is positive definite? $$\left(\begin{array}{cc} 12x^2 & 1 \\ 1 & 2 \\ \end{array}\right)$$
I'm trying to figure this out. I know the answer is that $12x^2 = 1/2$ from doing guess and check using Cholesky decomposition in Matlab. Thanks for any help.
Via Sylvester's criterion, you need $12x^2 \gt 0$ and $24x^2-1\gt 0$. From the first condition we have $|x| \gt 0$ and from the second we have $|x|\gt \frac 1{\sqrt{24}}$. The intersection of these two sets is $\{x\ {\big |}\ |x|\gt \frac 1{\sqrt{24}}\}$.