WOLFRAM|DEMONSTRATIONS PROJECT

Matrix Multiplication

​
A's rows
4
A's columns
B's rows
3
B's columns
4
new matrices
row
column
A
2
3
-5
-3
2
-2
-3
-3
-1
2
-5
-2
B
4
1
0
-3
-2
1
-5
4
-2
4
-3
2
AB =
12
-15
0
-4
-12
-9
-4
13
-4
-10
18
-5
22
-11
31
-30
(
2
)(
4
) + (
3
)(
-2
) + (
-5
)(
-2
)
=
8
+
-6
+
10
=
12
This Demonstration illustrates how to multiply matrices. You can adjust the dimensions of the matrices.