Minimal polynomial of a matrix having only 1s on the counter diagonal

linear algebramatricesminimal-polynomials

Consider the matrix $A=a_{ij}$ where $$a_{ij}=\begin{cases}1\ \ \text{if}\ \ i+j=n+1\\0\ \ \text{otherwise}\end{cases}$$. Then, what can be said about the minimal polynomial of the matrix $A$.

Note that one eigenvalue is easily found by taking the eigenvector $\begin{pmatrix}1\\1\\1\\\ldots\\\ldots\\\ldots\\1\end{pmatrix}$. Any hints. Thanks beforehand.

Best Answer

Hint: Assuming $A$ is supposed to be an $n \times n$ matrix, $A^2$ is very easy to calculate, and this gives you your answer almost immediately. The entry in row $i$ and column $j$ of $A^2$ is the product of the $i^\mbox{th}$ row and $j^\mbox{th}$ colmn of $A$ , which you know.

Related Question