Let $A$ be a matrix $n \times n, n \geq 2 $. Let's assume that not all entries outside of the diagonal are zeros (we don't know what entries are on the diagonal). Show that matrix $A$ is similar to a matrix $B$ with elements on diagonal $(0, ..., 0, \operatorname{Tr}(A))$ respectively.
We know that $\operatorname{Tr}(A) = \sum_{i=1}^n \lambda_i$, where $\lambda_i$ is the i-th eigenvalue of A.
I found a similar problem with the solution using Rational Canonical Form. However, so far on the course we have only developed the Jordan Form and I believe we should use it to solve this problem.
Any help would be greatly appreciated.
Hint Prove the claim by induction on the size of the matrix, with inductive hypothesis that the claim holds for $n \times n$ matrices.
For an $(n + 1) \times (n + 1)$ matrix $A$, decompose $$A = \pmatrix{\lambda&\ast\\\ast&B} ,$$ where $B$ has dimension $n \times n$. By the inductive hypothesis there is a matrix $Q$ such that $Q B Q^{-1}$ has $B_{11} = \cdots = B_{n - 1, n - 1} = 0$. Then, conjugate $A$ by $P := \pmatrix{1&\cdot\\\cdot&Q}$.