Let $A$, $B$ and $C$ be three endomorphisms of a finite-dimensional vector space such that $AB=BA$. Prove that $$\det\left(A+BC\right)=\det\left(A+CB\right)$$
2026-04-24 01:08:54.1776992934
Prove $\det(A+BC)=\det(A+CB)$ if $AB=BA$
1k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
To see this, note that:
1) $\det(A+BC)=\det(A)\det(I+A^{-1}BC)$,
2) $AB = BA$ implies $BA^{-1}=A^{-1}B$,
3) $\det(I+ABC)=\det(I+BCA)$ (this is true for any cyclic permutation of $ABC$).
Combining these gives us: $$\det(A+BC)=\det(A)\det(I+BA^{-1}C)=\det(A)\det(I+A^{-1}CB)= \det(A+CB).$$
Note: we have implicitly assumed that $A$ is invertible.