1

If two matrices $A$ and $B$ are such that $AB = BA$ with $\det A = 1$ and $\det B = 0$, then what is $\det(A^3B^2 + A^2B^3)$ ?

3 Answers3

5

We have that: $$\det(A^3B^2 + A^2B^3) = \det(A^2B^2(A + B)) = \det(A^2B^2)\det(A + B) = (1)^2(0)^2\det(A + B) = 0$$

5

Even without assuming commutativity, we see that $$ A^3B^2+A^2B^3=(A^3B+A^2B^2)\cdot B$$ is singular.

2

\begin{align*} \text{det}(A^3B^2+A^2B^3) & = \text{det}A^2 \text{det} B^2\text{det}(A+B)\\ & = (\text{det}A)^2 (\text{det} B)^2\text{det}(A+B)\\ &=0. \end{align*}

Anurag A
  • 41,067