Linear Algebra – Is a Matrix Positive Definite if Eigenvalues are Positive?

eigenvalues-eigenvectorslinear algebramatricespositive definite

If the matrix is positive definite, then all its eigenvalues are strictly positive.

Is the converse also true?
That is, if the eigenvalues are strictly positive, then matrix is positive definite?
Can you give example of $2 \times 2$ matrix with $2$ positive eigenvalues but is not positive definite?

Best Answer

I think this is false. Let $A = \begin{pmatrix} 1 & -3 \\ 0 & 1 \end{pmatrix}$ be a 2x2 matrix, in the canonical basis of $\mathbb R^2$. Then A has a double eigenvalue b=1. If $v=\begin{pmatrix}1\\1\end{pmatrix}$, then $\langle v, Av \rangle < 0$.

The point is that the matrix can have all its eigenvalues strictly positive, but it does not follow that it is positive definite.

Related Question