Matrix Dot Product Calculator

Matrix Dimensions

Set the dimensions for both matrices. For A × B, Matrix A columns must equal Matrix B rows.

Matrix A

Matrix B

✅ Matrices can be multiplied. Result will be 2×2.

Matrix A (2×2)

Enter the elements of Matrix A.

[1.002.00]
[3.004.00]

Matrix B (2×2)

Enter the elements of Matrix B.

[5.006.00]
[7.008.00]

Matrix Dot Product Result

Result Matrix
[19.0022.00]
[43.0050.00]
2×2 matrix
Matrix Multiplication Result
Matrix Information:
Matrix A: 2×2
Matrix B: 2×2
Result: 2×2
Calculation Steps:
Matrix A (2×2): A: [1.00, 2.00] [3.00, 4.00]
Matrix B (2×2): B: [5.00, 6.00] [7.00, 8.00]
For matrix multiplication A × B, we need 2 columns in A to match 2 rows in B.
Result matrix will be 2×2.
Calculating each element of the result matrix:
Element [1,1]: (1.00 × 5.00) + (2.00 × 7.00) = 19.00
Element [1,2]: (1.00 × 6.00) + (2.00 × 8.00) = 22.00
Element [2,1]: (3.00 × 5.00) + (4.00 × 7.00) = 43.00
Element [2,2]: (3.00 × 6.00) + (4.00 × 8.00) = 50.00
Final result matrix (2×2): Result: [19.00, 22.00] [43.00, 50.00]

Matrix Dot Product Calculator FAQ