Practice Matrix Multiplication in Math
Use these practice problems to test your method after reviewing the concept explanation and worked examples.
Quick Recap
Multiplying matrices () and () by taking dot products of rows of with columns of to produce an result.
Imagine each row of as a question and each column of as an answer key. You 'grade' each row against each column by multiplying corresponding entries and summing. This is why column count of must match row count of βthe question and answer key must have the same length.
Showing a random 20 of 50 problems.
Example 1
hardFind matrices with but .
Example 2
easyCompute .
Example 3
challengeFor and any matrix , why does ? Compute for .
Example 4
mediumCompute and explain.
Example 5
easyTrue/false: matrix multiplication is associative β whenever defined.
Example 6
easyCan you multiply a matrix by a matrix?
Example 7
mediumCompute .
Example 8
hardFind for .
Example 9
mediumCompute .
Example 10
mediumCompute .
Example 11
challengeFind a nonzero matrix with (the zero matrix). Give one example and verify.
Example 12
easyCan you multiply a matrix by a matrix? Why or why not?
Example 13
easyCompute the dot product needed for when 's first row is and 's first column is .
Example 14
easyCompute .
Example 15
mediumFor and , compute both and , showing they differ.
Example 16
mediumFor , compute .
Example 17
easyCompute the dot product for the product entry: row times column .
Example 18
mediumFor the rotation matrix , compute .
Example 19
hardCompute .
Example 20
easyCompute .