EDIT I am just wondering whether, in this type of question, we would be allowed to assume that the ground field is algebraically closed, e.g., the complex numbers, so that we can look the Jordan form of matrices? Please feel free to comment on this, if you'd like.
The Jordan form was the key point of the problem, for anyone interested in solving the below problem.
This is an old exam question from linear algebra that I am working on,
The problem statement is:
Part 1
Can you find $2×2$ matrices $A$,$B$, and $C$, so that $A^2≠0$, $B^2≠0$ and $C^2≠0$
but $AB=0$,$BC=0$ and $CA=0$?
Part 2
Can you find $2×2$ matrices $A$,$B$, and $C$, so that $A^2≠0$, $B^2≠0$ and $C^2≠0$
but $AB=0$,$AC=0$ and $BC=0$?
So far, I have spent a lot of time on this problem by naively playing around with simple $2x2$ matrices, but no combination of $3$ has worked yet.
Every time I think I've found a combination that works, it turns out that the square of one matrix is unfortunately the zero matrix, which disqualifies it from being used.
What is the real intent of this problem? What concepts are being tested? What is a good strategy?
Any ideas are welcome.
Thanks,
You can use the Jordan decomposition for, say, $A$. Then we may assume that $A$ is a diagonal matrix, or $$ A=\begin{pmatrix} a & 1 \cr 0 & a \end{pmatrix}, $$ with $a\neq 0$, because $A^2\neq 0$. Now it becomes an easy computation with $2\times 2$-matrices to find an example: $$ A=\begin{pmatrix} 1 & 0 \cr 0 & 0 \end{pmatrix},\; B=\begin{pmatrix} 0 & 0 \cr 1 & 1 \end{pmatrix},\; C=\begin{pmatrix} 0 & -1 \cr 0 & 1 \end{pmatrix}. $$ Of course, $A^2,B^2,C^2\neq 0$, but $AB=BC=CA=0$. There are many solutions, even with $A$ diagonal.
The assumption $A^2\neq 0$ means that $A$ is not nilpotent, i.e., the characteristic polynomial is not $t^2$. Because of Cayley-Hamilton we know that $A^2-tr(A)A+\det(A)I=0$, so that not both $\det(A)$ and $tr(A)$ can be zero.
Edit: For the second part: If $A=\begin{pmatrix} a & 1 \cr 0 & a \end{pmatrix}$, then $a\neq 0$ and the equations immediately give $B=0$, a contradiction. Now try the other case, where $A$ is diagonal. It gives immediately a contradiction.