Given are real matrices $A=\begin{pmatrix} 2 & 5 & -3\\ 0 & -1 & 6 \end{pmatrix}$ and $B=\begin{pmatrix} 1 & 3 & 2 \end{pmatrix}$
Is multiplication $A \cdot B$ possible?
I say no but I'm not sure if the reasoning will be correct.
It should not work because $A$ has $3$ rows but $B$ has only $1$ column. And because they aren't equal, it doesn't work to do multiplication?
Or Is that completely wrong?