It's symmetric, but I'm not sure whether it is circulant. In a question that I had asked on MSE a couple of weeks ago, several commenters had said that this is a circulant matrix, and to study the explicit formulas to find its eigenvalues and eigenvectors.
However, I was reading up on circulant matrices again last night and noticed that the "constant diagonals" are actually from left to right, at least according to Wikipedia -- although the page does mention that circulant matrices can be defined in other ways, with different shifts in direction.
This matrix has constant diagonal, but from right to left. Is this still a circulant matrix, and hence the formulas to compute its eigenvalues and eigenvectors are still the same?
Thanks,
$$ A= \begin{bmatrix} a & b & c \\ b & c & a \\ c & a & b \\ \end{bmatrix} $$
This is called an anticirculant matrix, which is a special case of Hankel matrix. The eigenvalue/eigenvector formula for circulant matrix does not apply.