Just going over some old homework problems for my test tomorrow. One of the questions was the prove $A^tB^t = (BA)^t$ and at the time I was really unsure of my answer and wrote the following:
- My Answer:
We can write the $ij^{th}$ entry of $(BA)$ as $(BA)_{ij} = \sum_{k=1}^m{b_{ik}a_{kj}}$.
Coincidentally, $(A^tB^t)_{ij}=\sum_{k=1}^n(A^t)_{ik}(B^t)_{kj} = \sum_{k=1}^na_{ki}b_{jk}$
Is this a logical answer? It just seemed too... loose for me.
Thank you!