Compute matrix multiplication \(C=A\,B\). If \(A\) is \(r_A\times c_A\) and \(B\) is \(r_B\times c_B\), the product exists only when \(c_A=r_B\). Each entry is a row–column dot product: \(c_{ij}=\sum_{k=1}^{c_A} a_{ik}b_{kj}\).
Matrix Multiplication Calculator
Math Linear Algebra • Matrices and Systems of Equations
Row–column highlight visual
Drag to pan • wheel to zoom • double-click to reset.
Play highlights a row of \(A\) and a column of \(B\) for each \(c_{ij}\), fills cells left-to-right, top-to-bottom, then stops.
A
B
C
highlighted row
highlighted column
active cell
Enter matrices and click “Calculate”.