← Back to Quizzes

Matrix Multiplications

If matrix AA has dimensions 3×23 \times 2 and matrix BB has dimensions 2×42 \times 4, what are the dimensions of the product ABAB?

Calculate the product:

[12]×[34]\begin{bmatrix} 1 & 2 \end{bmatrix} \times \begin{bmatrix} 3 \\ 4 \end{bmatrix}
Which of the following is generally true regarding matrix multiplication?
Multiply the Identity matrix II by any compatible matrix AA. What is the result?

Given:

A=[0110],B=[2345]A = \begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix}, B = \begin{bmatrix} 2 & 3 \\ 4 & 5 \end{bmatrix}

Calculate ABAB.

For matrix multiplication ABAB to be valid, the number of _____ in A must equal the number of _____ in B.

What is the element at row 1, column 1 of the product of these matrices?

[abcd][efgh]\begin{bmatrix} a & b \\ c & d \end{bmatrix} \begin{bmatrix} e & f \\ g & h \end{bmatrix}