This is what we have to prove or disprove:
\begin{equation}\det{((A+B)^2)} = [\det(A+B)]^2\end{equation}
However, I really have no idea where to start - I tried plugging in two random sets of matrices A, B, and both seemed to check out for this, so I assume this is true.
In terms of proving it in a general way, how should I go about approaching this? I'm thinking about proving the equivalence of the numeric operations involved (plus and multiply), but if that works, it would only do so with very small matrices, and I'd find it hard to generalise it to matrices of an n x n scale.
Also have a similar question to prove:
\begin{equation}\det((A+B)^2) = \det(A^2+2AB+B^2)\end{equation}
Would appreciate any tips.
Let $A$ and $B$ be two square matrices of equal size then$$\det(AB)=\det(A)\cdot\det(B)$$ so $$\det(A+B)^2=\det((A+B)\cdot(A+B))=\det(A+B)\cdot\det(A+B)=(\det(A+B))^2$$