1

Let $A$ be a $3\times 3$ non-zero real matrix and satisfies $A^3 + A = 0$. Then prove that $rank (A) = 2$.

As $A$ is satisfying $A^3 + A = 0$, so $0$ is an eigen value of $A$.So $\operatorname{rank} (A) < 3$. So $\operatorname{rank} (A) = 0,1,\text{or}\, 2$. Clearly $\operatorname{rank}(A) = 0$ is not possible as $A$ is a non-zero matrix.How to show that $\operatorname{rank} (A) = 1$ is also not possible?

learner
  • 6,726
Germain
  • 2,010

1 Answers1

2

Well, the other two possible eigenvalues are $i$ and $-i$, as they are roots of the polynomial $$x^3+x=0\,.$$ Rank $1$ is possible, if you allow complex matrices. For example $$ A:=\left(\begin{matrix}i&0&0\\0&0&0\\0&0&0\end{matrix}\right) $$ has rank $1$ and satisfies $A^3+A=0$. Otherwise, if you ask for real values matrices, then the set of eigenvalues will be conjugated, i. e. there will be both eigenvalues $i$ and $-i$, therefore the rank must be $2$ or $0$.