For any square matrix $A$ and positive number $N$, let:
$A^N=AAA...A $ ($n$ factors)
How do I prove that:
$(A^N)^T = (A^T)^N$
For any square matrix $A$ and positive number $N$, let:
$A^N=AAA...A $ ($n$ factors)
How do I prove that:
$(A^N)^T = (A^T)^N$
Generally $(AB)^T = B^T A^T$. Can you work it out from there?
Edit:
It then logically follows that:
$$(A^2)^T = (AA)^T = A^T A^T = (A^T)^2$$
$$(A^3)^T = (AAA)^T = A^TA^T A^T = (A^T)^3$$
etc.
Are you asking how to prove $(A^{N})^{T}=(A^{T})^{N}$ from $(AB)^{T}=B^{T}A^{T}$ or how to prove $(AB)^{T}=B^{T}A^{T}$?
The first is clear. The second one, since your $A$ is square, you need to prove $(AA)^{T}=A^{T}A^{T}$. Take $[ij]$ entry in $AA$. It is $\sum_{k}a_{ik}a_{kj}$. This will be $[ji]$ entry in $(AA)^{T}$. What is $[ji]$ entry in $A^{T}A^{T}$? It is, denoting elements of $A^T$ by $a_{ij}'$, $\sum_{k}a'_{jk}a'_{ki}$. Since $a_{ij}=a'_{ji}$, the sum equals $\sum_{k}a_{kj}a_{ik}$.