How to find two non singular matrices $B$ and $C$ such that $BC+ CB= 0$. Clearly $B$ and $C$ must be square matrices of same order and the order is even.so it is possible we can find some example of order 2. But I cannot find any. I would be happy if someone helps me in finding some matrices.Thanks in advance.
2026-04-13 16:02:39.1776096159
find nonsingular matrices $B$ and $C$ that satisfy $BC+ CB= 0$
784 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Let $B= \begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix}$ and $C = \begin{bmatrix} 1 & 0 \\ 0 & -1\end{bmatrix}$,
then $$BC=\begin{bmatrix} 0 & -1 \\ 1 & 0\end{bmatrix}$$
and $$CB=\begin{bmatrix}0 & 1 \\ - 1 & 0 \end{bmatrix}.$$
Hence, we have $BC+CB=0$
I have used Pauli matrices.