I don't want the solution. Please don't post the full solution. I just need a starting clue on how to do this.
- Suppose $A$ and $B$ are matrices such that $AB$ and $BA$ are defined.
a) Show that $AB$ and $BA$ are both square matrices.
I actually have no idea where to start. But I note that a square matrix commutes if say:
A was defined as:
$\begin{pmatrix} a & b\\ b & a \end{pmatrix}$
B was defined as:
$\begin{pmatrix} c & d\\ d & c \end{pmatrix}$
Then $AB=BA$
I suppose I need to include this in my argument somehow but for a more general case?
Well I observe that multiplication is only possible with $A$ having a dimension $m$ x $n$ and $B$ must have $n$ x $p$. Hence $AB$ has $m$ x $p$.
If the reverse is true with $B$ having dimensions $n$ x $p$, $A$ has dimensions $m$ x $n.$ $BA$ now has dimensions $n$ x $n$. Which would imply $p = m.$ Hence I substitute that into dimensions of $AB$. Which $AB$ has $m$ x $m.$ Thus proving that they both must be square matrices?
But then how would I prove that they are of same size?
– Bobby May 09 '13 at 15:43