We have $A=(a_{ij})\in\mathbb M_n(\mathbb R)$ such that $a_{ij}= \begin{cases} i, & \quad \text{if } i+j=n+1\\ 0 ,& \quad \text{otherwise. } \\ \end{cases}$
Then what will be the Eigen value of $A?$
MY TRY:I am unable to proceed a bit.
We have $A=(a_{ij})\in\mathbb M_n(\mathbb R)$ such that $a_{ij}= \begin{cases} i, & \quad \text{if } i+j=n+1\\ 0 ,& \quad \text{otherwise. } \\ \end{cases}$
Then what will be the Eigen value of $A?$
MY TRY:I am unable to proceed a bit.
Try squaring the matrix, and you will have that the diagonal entries are $a_{i\times i}=i\cdot(n-i)$. This gives a recipe for a polynomial equation in $A$. For $n$ even, that is \begin{equation*} \prod_{i=1}^{\frac{n}{2}}(A^2-i\cdot(n-i+1))=0 \end{equation*} For $n$ odd, that is \begin{equation*} \left(A^2-\left(\frac{n+1}{2}\right)^2\right)\prod_{i=1}^{\frac{n-1}{2}}(A^2-i\cdot(n-i+1))=0 \end{equation*} Thus in all cases we have eigenvalues $\pm\sqrt{i\cdot(n-i+1)}$ for $i=1,2,..., \lfloor\frac{n}{2}\rfloor$. That is all the eigenvalues in the even case. In the odd case there is one more: $\frac{n+1}{2}$ (and it is positive because there is an obvious eigenvector).
For the given situation the matrix $A_{n\times n} $ matrix can be described as $$A_{n\times n} = \begin {bmatrix} 0 & \cdots & 0 & 0 & 1\\ 0 & \cdots & 0 & 2 & 0\\ 0 & \cdots & 3 & 0 & 0\\ \vdots & \vdots & \dots & \vdots & \vdots\\ n & \cdots & 0 & 0 & 0\\ \end {bmatrix} $$
We can check that a pair of eigenvalues will be definitely $\pm \sqrt{n}$. Can you check that out? Hope it helps.