6

$1.$ Are trace $0$ matrices always of the form $AB-BA$?

$2.$ Is a trace $0$ matrix over the complex field always similar to a matrix with $0$ as a diagonal element?

$3.$ Is a trace $0$ matrices over any field always similar to a matrix with $0$ as a diagonal element?

$4.$ Is a trace $0$ matrix not invertible if it is upper triangular.?

I solved one problem in hoffman kunze saying : $W$ be the span of $n\times n$ matrices over the field $F$ and $W_0$ be the subspace spanned by the matrices $C$ where $C=AB-BA$. Then we proved there that $W_0$ is the exactly subspace of matrices which have trace $0$, so from this result can we say $1$ is true?

Myshkin
  • 36,898
  • 28
  • 168
  • 346
  • fails as well; take the same matrix as Hagen's but over $\mathbb{F}_2$.
  • – fuglede Jun 05 '13 at 18:37
  • Your argument doesn't prove (1) because you've only proved that $C$ is a linear sum of matrices of the form $AB-BA$. – Thomas Andrews Jun 05 '13 at 18:50
  • @SamiBenRomdhane: $\begin{pmatrix}-1 & 1 \ 1 & 1\end{pmatrix}^{-1} \begin{pmatrix}1 & 0 \ 0 & -1\end{pmatrix}\begin{pmatrix}-1 & 1 \ 1 & 1\end{pmatrix} = \begin{pmatrix} 0 & -1 \ -1 & 0\end{pmatrix}$ – fuglede Jun 05 '13 at 18:57