Skip to main contentSkip to solution

Let A = [aᵢⱼ]ₙₓₙ and B = [bᵢⱼ]ₙₓₙ. Then which of the following is/are true?

(A) AB = BA

(B) (AB)⁻¹ = B⁻¹ A⁻¹

(C) (AB)T=BTAT(AB)^T = B^T A^T

(D) AB = 0 ⇒ A = 0 or B = 0

Choose the correct answer from the options given below:

Solution

Correct Option: 2

Let A=[aij]n×nA = [a_{ij}]_{n \times n} and B=[bij]n×nB = [b_{ij}]_{n \times n}. Checking each statement:


Statement (A): AB=BAAB = BA

Matrix multiplication is generally not commutative.

Consider:

A=[1234]A = \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix} and B=[5678]B = \begin{bmatrix} 5 & 6 \\ 7 & 8 \end{bmatrix}

AB=[1×5+2×71×6+2×83×5+4×73×6+4×8]=[19224350]AB = \begin{bmatrix} 1 \times 5 + 2 \times 7 & 1 \times 6 + 2 \times 8 \\ 3 \times 5 + 4 \times 7 & 3 \times 6 + 4 \times 8 \end{bmatrix} = \begin{bmatrix} 19 & 22 \\ 43 & 50 \end{bmatrix}

BA=[5×1+6×35×2+6×47×1+8×37×2+8×4]=[23343146]BA = \begin{bmatrix} 5 \times 1 + 6 \times 3 & 5 \times 2 + 6 \times 4 \\ 7 \times 1 + 8 \times 3 & 7 \times 2 + 8 \times 4 \end{bmatrix} = \begin{bmatrix} 23 & 34 \\ 31 & 46 \end{bmatrix}

Since [19224350][23343146]\begin{bmatrix} 19 & 22 \\ 43 & 50 \end{bmatrix} \neq \begin{bmatrix} 23 & 34 \\ 31 & 46 \end{bmatrix}, the statement is FALSE.


Statement (B): (AB)1=B1A1(AB)^{-1} = B^{-1}A^{-1}

This is a standard property of matrix inverses.

(AB)×(B1A1)=A(BB1)A1=A(I)A1=AA1=I(AB) \times (B^{-1}A^{-1}) = A(BB^{-1})A^{-1} = A(I)A^{-1} = AA^{-1} = I

This holds when both AA and BB are invertible matrices.

The statement is TRUE.


Statement (C): (AB)T=BTAT(AB)^T = B^T A^T

This is the transpose property for matrix products. When transposing a product, the order of matrices reverses.

The statement is TRUE.


Statement (D): AB=0A=0AB = 0 \Rightarrow A = 0 or B=0B = 0

Two non-zero matrices can multiply to give the zero matrix.

Consider:

A=[1000]A = \begin{bmatrix} 1 & 0 \\ 0 & 0 \end{bmatrix} and B=[0010]B = \begin{bmatrix} 0 & 0 \\ 1 & 0 \end{bmatrix}

AB=[1×0+0×11×0+0×00×0+0×10×0+0×0]=[0000]AB = \begin{bmatrix} 1 \times 0 + 0 \times 1 & 1 \times 0 + 0 \times 0 \\ 0 \times 0 + 0 \times 1 & 0 \times 0 + 0 \times 0 \end{bmatrix} = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix}

Even though neither AA nor BB is zero, their product is the zero matrix.

The statement is FALSE.


Only statements (B) and (C) are true.

Keyboard Shortcuts

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