If $B = A^T$ where $B$ is an $m \times n$ matrix, find the size of $A, AA^2, A^{T}A$.
We know that since $B = A^T$, and $B = m \times n$ matrix, that means $A$ is $n \times m$ matrix.
What about $AA^2$?
That is, $A (A \times A) = (n \times m)((n \times m)\times (n \times m))$
For this multiplication to be defined, we must have $n=m$, in order words, square matrix. My question is though, in the back it says the answer is $n \times n$ matrix? Can I also say that it is $m \times m$? Is there more then one correct answer in this case?