I'm trying to figure out if this matrix operation is possible:
$$\begin{bmatrix}1&2\\3&7\end{bmatrix}\times\begin{bmatrix}1\\5\end{bmatrix}$$
I know that in order to do that I need to find the dimensions of each matrix. How would I do that? What are the dimensions?