[Math] Positive, Negative definite and indefinite matrix

matricesoptimization

A symmetric matrix is positive definite iff all eigenvalues are positive. I have been given a 3X3 symmetric matrix. I have calculated the eigenvalues two of which are negative. Does this mean this matrix is negative definite or indefinite (as it is certainly not positive definite)?

Best Answer

If two are negative and the third is positive, then the matrix is sign indefinite.

If two are negative and the third is zero, then it is negative semi definite.

You can justify this by noting that $$ \lambda_{\text{min}} \left|| x \right|| \le x^t A x \le \lambda_{\text{max}} \left|| x \right||$$

Related Question