Given $A,B,\text{ both }2\times2$ matrices, find an example such that $AB=-BA$ with $AB\neq{0}$. I just can't find an example where that happens, it's easy to see where $AB=BA$ but no idea how to get the $(-1)$ scalar.
2026-04-24 09:40:49.1777023649
Find $AB=-BA$ with not null product.
75 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Pick $$ A = \left(\begin{matrix} -1 & 0 \\ 0 & 1 \end{matrix}\right) $$ and
$$ B = \left(\begin{matrix} 0 & -1 \\ 1 & 0 \end{matrix}\right) $$
Then
$$ AB = \left(\begin{matrix} 0 & 1 \\ 1 & 0 \end{matrix}\right) $$ and
$$ BA = \left(\begin{matrix} 0 & -1 \\ -1 & 0 \end{matrix}\right) $$
The intuition behind this answer is to exploit the property of anti-commutativity of reflection about the y-axis and rotation by 90 degrees anti-clockwise.