If $\mathbf A$ is an $n\times m$ matrix, then $\text{tr}(\mathbf A \mathbf A')=\text{tr}(\mathbf A' \mathbf A) \text{ where } \mathbf A'\text{ is transpose of }\mathbf A\text{ and tr}(\mathbf A )\text{ is trace of }\mathbf A.$
2026-03-28 03:02:24.1774666944
Prove that if $\mathbf A$ is an $n\times m$ matrix, then $\text{tr}(\mathbf A \mathbf A')=\text{tr}(\mathbf A' \mathbf A) $
88 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Let $A=(a_{ij})$ and $AA'=(c_{ij})$ then
$$c_{ij}=\sum_{k=1}^na_{ik}a_{jk}$$ $$\operatorname{tr}(AA')=\sum_{i=1}^n c_{ii}=\sum_{i=1}^n\sum_{k=1}^n a^2_{ik}=\operatorname{tr}(A'A)$$