The product of two matrices is calculated by multiplying the elements of the rows of the first matrix by the elements of the columns of the second matrix and adding them up. So, we have:
\[AB = \left[\begin{array}{rr}
-1 & 2 \\
3 & -5
\end{array}\right] \times
Show more…