Skip to main content
$\matrix{\list{\list{2}{3}}{\list{5}{4}}} \matrix{\list{\list{2}{0}{3}}{\list{-1}{1}{5}}} $
Evaluate
Tick mark Image
Transpose Matrix
Tick mark Image

Share

\left(\begin{matrix}2&3\\5&4\end{matrix}\right)\left(\begin{matrix}2&0&3\\-1&1&5\end{matrix}\right)
Matrix multiplication is defined if the number of columns of the first matrix is equal to the number of rows of the second matrix.
\left(\begin{matrix}2\times 2+3\left(-1\right)&&\\&&\end{matrix}\right)
Multiply each element of the first row of the first matrix by the corresponding element of the first column of the second matrix and then add these products to obtain the element in the first row, first column of the product matrix.
\left(\begin{matrix}2\times 2+3\left(-1\right)&3&2\times 3+3\times 5\\5\times 2+4\left(-1\right)&4&5\times 3+4\times 5\end{matrix}\right)
The remaining elements of the product matrix are found in the same way.
\left(\begin{matrix}4-3&3&6+15\\10-4&4&15+20\end{matrix}\right)
Simplify each element by multiplying the individual terms.
\left(\begin{matrix}1&3&21\\6&4&35\end{matrix}\right)
Sum each element of the matrix.