If $P$ and $Q$ are invertible matrices such that $PQ=-QP$ than which of the following is/are true?
- Tr$(P)$$=$Tr$(Q)$$=$$0$
- Tr$(P)$$=$Tr$(Q)$$=$$1$
- Tr$(P)$$=-$Tr$(Q)$
- Tr$(P)$$\not=$Tr$(Q)$
I took the matrices $P=\begin{bmatrix}-1&-1\\0&1\end{bmatrix}$ and $Q=\begin{bmatrix}-1&0\\2&1\end{bmatrix}$ such that $PQ=-QP$, then option 1 is correct. But I am unable to verify the other options. How can I do this? Any help would be great. Thanks.
We have $\textrm{Tr}(P) = \textrm{Tr}(PQQ^{-1})$.
For square matrices $A$ and $B$, it holds that $\textrm{Tr}(AB) = \textrm{Tr}(BA)$. Therefore $\textrm{Tr}(PQQ^{-1})=\textrm{Tr}(Q^{-1}PQ)$. Using the fact that $PQ=-QP$, and the linearity of trace, we obtain $\textrm{Tr}(Q^{-1}PQ)=\textrm{Tr}(-Q^{-1}QP)=-\textrm{Tr}(P)$.
Thus $\textrm{Tr}(P) = -\textrm{Tr}(P)$. So $\textrm{Tr}(P) = 0$. You can also show, the same way, that $\textrm{Tr}(Q) = 0$.
So 1. and 3. are true, 2. and 4. are false.