If A and B are any matrices of order 2x1, how can we show that the product AB^t has no inverse?
Any guidance is much appreciated!
If A and B are any matrices of order 2x1, how can we show that the product AB^t has no inverse?
Any guidance is much appreciated!
The rank of $A$ and the rank of $B$ are both equal to 1. since $AB^{T}$ is a 2x2 matrix its rank must be 2 for it to be invertible. but $rank(AB)\leq min(rank(A),rank(B))$ see http://en.wikipedia.org/wiki/Rank_(linear_algebra) . Thus $AB^{T}$ cannot have an inverse
If $$A=\begin{pmatrix} a \\ b\\ \end{pmatrix},B=\begin{pmatrix} c \\ d\\ \end{pmatrix}$$ then $$AB^t=\begin{pmatrix} ac & ad\\ bc & bd\\ \end{pmatrix}$$ Since $|AB^t|=0$ so it has no inverse.