Suppose that $$A = \begin{bmatrix} 1 & 4 & 3 \\ 4 & 2 & 5 \\ 3 & 5 & 3 \end{bmatrix}$$
Also suppose that I add a diagonal matrix $E$ to $A$ (that is consider $A+E$). If all the eigenvalues of $A+E$ are positive, will it be positive definite?
Edit. Adding a symmetric matrix to a diagonal matrix will be a symmetric matrix. So I can just add a large diagonal matrix get a positive definite matrix (e.g. so that all the eigenvalues are positive).