What are the Eigenvalues of the following matrix.

$c_i$ are reals.
I tried to compute the characteristic polynomial, but it is quite tedious.
What are the Eigenvalues of the following matrix.

$c_i$ are reals.
I tried to compute the characteristic polynomial, but it is quite tedious.
Copyright © 2021 JogjaFile Inc.
Let $S=c_1+\ldots+c_n$ then $\det(A-\lambda I)= \begin{vmatrix} c_1-\lambda& c_1&\ldots&c_1\\ c_2& c_2-\lambda& \ldots&c_2\\ \ldots & \ldots & \ldots&\ldots\\ c_n& c_n& \ldots&c_n-\lambda\\ \end{vmatrix}=(S-\lambda)\begin{vmatrix} 1& 1&\ldots&1\\ c_2& c_2-\lambda& \ldots&c_2\\ \ldots & \ldots & \ldots&\ldots\\ c_n& c_n& \ldots&c_n-\lambda\\ \end{vmatrix}=\ldots $
Can you finish?