Question:

Let \( A = \begin{bmatrix} 1 & -2 & -1 \\ 0 & 4 & -1 \\ -3 & 2 & 1 \end{bmatrix}, B = \begin{bmatrix} -5 \\ -2 \end{bmatrix}, C = [9 \ \ 7], \) which of the following is defined?

Show Hint

When multiplying matrices, make sure the number of columns in the first matrix equals the number of rows in the second matrix.
Updated On: Sep 18, 2025
  • Only AB
  • Only AC
  • Only BA
  • All AB, AC and BA
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Matrix multiplication is defined when the number of columns in the first matrix equals the number of rows in the second matrix. - \( A \) is a 3x3 matrix, \( B \) is a 2x1 matrix, so \( AB \) is undefined. - \( A \) is a 3x3 matrix, \( C \) is a 1x3 matrix, so \( AC \) is undefined. - \( B \) is a 2x1 matrix, \( A \) is a 3x3 matrix, so \( BA \) is defined.
Was this answer helpful?
0
6