← Back to Quizzes

Public Submissions: Matrix Multiplications

Recent Submissions

User Score Submitted

Incorrect Questions (5)

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?
Your response: 4×34 \times 3

Calculate the product:

[12]×[34]\begin{bmatrix} 1 & 2 \end{bmatrix} \times \begin{bmatrix} 3 \\ 4 \end{bmatrix}
Your response: [38]\begin{bmatrix} 3 & 8 \end{bmatrix}
Which of the following is generally true regarding matrix multiplication?
Your response: It is commutative: AB=BAAB = BA.
Multiply the Identity matrix II by any compatible matrix AA. What is the result?
Your response: 00
For matrix multiplication ABAB to be valid, the number of _____ in A must equal the number of _____ in B.
Your response: columns; columns
2 / 7 (29%) 1/23/2026, 11:43:42 PM

Incorrect Questions (7)

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?
Your response: 4×34 \times 3

Calculate the product:

[12]×[34]\begin{bmatrix} 1 & 2 \end{bmatrix} \times \begin{bmatrix} 3 \\ 4 \end{bmatrix}
Your response: [38]\begin{bmatrix} 3 \\ 8 \end{bmatrix}
Which of the following is generally true regarding matrix multiplication?
Your response: It is commutative: AB=BAAB = BA.
Multiply the Identity matrix II by any compatible matrix AA. What is the result?
Your response: 00

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.

Your response: [0340]\begin{bmatrix} 0 & 3 \\ 4 & 0 \end{bmatrix}
For matrix multiplication ABAB to be valid, the number of _____ in A must equal the number of _____ in B.
Your response: rows; rows

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}
Your response: af+bhaf + bh
0 / 7 (0%) 1/23/2026, 11:42:23 PM

User Progression