Matrix multiplication

Objective

Finding the matrix product of two matrices by multiplying row and columns of them

Experiment Setup

It consists of two matrices of integers. You can select a row from A and column from B and find dot product by clicking dot button. You can place that dot product in a cell of output by selecting a cell and clicking place.

Procedure

Steps to be followed:

Step 1: Select a row in matrix A and column in matrix B.

Step 2: Find dot product by clicking dot.

Step 3: Select a cell in the output matrix.

Step 4: Click button place to assign the dot product to the selected cell in output matrix.

Step 5: Check you get the right answer or not. And repeat the procedure from step 1.

Select a row from each Matrix 1 and column from Matrix 2

Matrix A

Matrix B

Output Matrix

Array 1

x

x

x

x

Array 2

=

=

=

=

Products

product = 0