Let $A$ be an $n\times n$ anti-diagonal matrix: $a_{i,j}=0$ unless $i+j=n+1$.
A) When is $A$ diagonalizable (what are the conditions on the $a_{i,n+1−i}$)?
B) Find the eigenvalues and eigenvectors of $A$ for $n=7$ and $a_{i,n+1−i}=i^2$.
Not sure how to get started on part (A) - I've played around with $\det[A-\lambda I]$ for $A$, an $n\times n$ anti-diagonal and didn't come up with any specific conditions for diagonalizability.
I know we need to produce a basis of eigenvectors of $A$ -- showing that $A$ is similar to a diagonal matrix $D$.
For part (B), all the anti-diagonal entries take the value $i^2 = -1$. I'm currently trying to compute this by brute force - and got a bunch of -$\lambda$'s on the main diagonal, $-1-\lambda$ in the middle entry of the matrix, and then $\det[A-\lambda I]$ is something like $p(\lambda)$ = $-\lambda^7 - \lambda^{6}$. Solving for the eigenvalues (and then computing the corresponding eigenvectors) doesn't really follow at this point, so I'm guessing there is a trick that I need to use.
Thanks in advance,