I know a symmetric matrix is positive definite if and only if every eigenvalue is positive. However, is a matrix that is symmetric and has all positive eigenvalues always positive definite? More specifically, I have the following matrix:
$$\begin{bmatrix}3& -1 \\-1 & 3 \end{bmatrix}$$
Its eigenvalues are $4$ and $2$, and it is symmetric. Is it positive definite? Thanks.