If two matrices are multiplied with each other

The point can be calculated as

The columns of C are combinations of the columns of whereas the rows of are combinations of the rows of .

Column and Row Multiplication

Multiplying Columns by Rows gives an entire matrix. The results are each multiples of the rows of the initial matrix’ values.

\begin{bmatrix} 2 \ 3 \ 4 \\ \end{bmatrix} \begin{bmatrix} 1 & 6 \end{bmatrix} \= \begin{bmatrix} 2 & 12 \\ 3 & 18 \\ 4 & 24 \end{bmatrix}

Row Multiplication

Row times a Matrix results in a row

Column Multiplication

Column times a Matrix results in a column