Let $$ A= \begin{bmatrix} a & b & c \\ b & c & a \\ c & a & b \\ \end{bmatrix} $$ $a,b,c >0$.
Find eigenvalues and a basis of eigenvectors of the matrix $A$.
My question is: what is the "real" intent of the problem? I don't think that a direct calculation of $\det(A-\lambda I)$ and solving for its zeroes to find the eigenvalues is a smart move.
The matrix is symmetric, so it is orthogonally diagonalizable.
Also, since it is symmetric, its singular value decomposition is, in fact, its eigendecomposition, so, the singular values of $A =$ the eigenvalues of $A$.
But, the singular values of A is gotten by computing the square root of the eigenvalues of $A^*A$ (or $A^TA$ if the ground field is the set of real numbers.) So, computing the SVD doesn't appear to be any easier than direct calculation of $\det{(A-\lambda I)}$.
Finally, I'm not sure how to utilize the assumption that $a,b,c >0.$
Note that all row-sums are $a+b+c$. This gives you one eigenvector and eigenvalue. The other two are not as nice.
EDIT: Perhaps the question was intended to be about $$ \pmatrix{a & b & c\cr c & a & b\cr b & c & a\cr} $$