Skip to main contentSkip to solution

If A=[213435]A = \begin{bmatrix} 2 & 1 & 3 \\ 4 & -3 & 5 \end{bmatrix} and B=[234512]B = \begin{bmatrix} -2 & 3 \\ 4 & -5 \\ 1 & 2 \end{bmatrix}, then which of the following statements are TRUE?

(A) AB is defined

(B) AB and BA both are defined and AB = I, where I is an identity matrix of order 2

(C) BA is defined

(D) AB and BA both are defined and AB = BA

Choose the correct answer from the options given below:

Solution

Correct Option: 3

Step-by-Step Explanation:

For matrix multiplication to be defined, the number of columns in the first matrix must equal the number of rows in the second matrix.

  1. Check the order (dimensions) of the matrices:
  • Matrix AA has 22 rows and 33 columns     \implies Order of A=2×3A = 2 \times 3
  • Matrix BB has 33 rows and 22 columns     \implies Order of B=3×2B = 3 \times 2
  1. Evaluate Statement (A): Is ABAB defined?
  • We are multiplying a (2×3)(2 \times \mathbf{3}) matrix by a (3×2)(\mathbf{3} \times 2) matrix.
  • Since the inner dimensions match (3=33 = 3), ABAB is defined. The resulting matrix will have an order of 2×22 \times 2.
  1. Evaluate Statement (C): Is BABA defined?
  • We are multiplying a (3×2)(3 \times \mathbf{2}) matrix by a (2×3)(\mathbf{2} \times 3) matrix.
  • Since the inner dimensions match (2=22 = 2), BABA is defined. The resulting matrix will have an order of 3×33 \times 3.
  1. Evaluate Statements (B) and (D):
  • Since the resulting matrix ABAB is of order 2×22 \times 2 and BABA is of order 3×33 \times 3, they cannot be equal to each other (ABBAAB \neq BA).
  • Therefore, statements (B) and (D) are false.

Thus, only statements (A) and (C) are true.

Keyboard Shortcuts

  • Left arrow: Previous question
  • Right arrow: Next question
  • S key: Jump to solution
  • Q key: Jump to question