Let constant $0<k<1$. Prove that the $n\times n$ matrix $A$, where its diagonal entries $a_{ii} =1$ and $a_{ij}=k$ for $i \neq j$, is Positive definite.
By definition, I know that a matrix $A$ is positive definite if $x^T A x>0$ for all vectors $x\neq 0$. And I also know that an $n \times n$ matrix is positive definite iff all its eigenvalues are positive. But I am stuck here.
Any help or hint is appreciated. Thanks