Let $A \in M_{n \times n}(\mathbb{C})$ with $n > 1$. If $\text{tr}(A) = \text{rank}(A) = 1$, find the Jordan Canonical Form of $A$.
Since $A$ is a complex matrix, it must have a Jordan Form. Moreover, the number of Jordan block $J_*(0)$ with diagonal $0$ is $n - \text{rank}(A) = n - 1$. Hence, $A \sim \text{diag}\{J_{s_1}(\lambda_1), \lambda_{s_2}(0), \cdots, J_{s_{n}}(0) \}$, where $J_s(\lambda)$ denotes a Jordan Block with size $s$ and diagonal $\lambda$.
Note that $s_1 + \cdots + s_{n} = n$ and $s_j \geq 1$ for each $j$, we have that $s_j = 1$ for all $j$. Therefore, $$A \sim \text{diag}\{J_{1}(\lambda_1), J_1(0), \cdots, J_{1}(0) \}$$
Then $\lambda_1 = 1$ is given by the trace condition.
Thank @xbh for helpful comments and @peek-a-boo for his great answer. I made some edits to my original post above.