Question:

If \( A = \begin{bmatrix} 2 & -1 \\ -7 & 4 \end{bmatrix} \) and \( B = \begin{bmatrix} 4 & 1 \\ 7 & 2 \end{bmatrix} \), then \( B^T A^T \) is:

Show Hint

\((AB)^T = B^T A^T\) — always use this property to simplify.
Updated On: Apr 14, 2026
  • null matrix
  • an identity matrix
  • scalar but not an identity matrix
  • such that \( \text{Tr}(B^T A^T) = 4 \)
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Concept: \[ (B^T A^T) = (AB)^T \]

Step 1: Compute \(AB\) \[ A = \begin{bmatrix} 2 & -1 \\ -7 & 4 \end{bmatrix}, \quad B = \begin{bmatrix} 4 & 1 \\ 7 & 2 \end{bmatrix} \] \[ AB = \begin{bmatrix} 2\cdot4 + (-1)\cdot7 & 2\cdot1 + (-1)\cdot2 \\ -7\cdot4 + 4\cdot7 & -7\cdot1 + 4\cdot2 \end{bmatrix} \] \[ = \begin{bmatrix} 8 - 7 & 2 - 2 \\ -28 + 28 & -7 + 8 \end{bmatrix} = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} \]

Step 2: \[ AB = I \Rightarrow (AB)^T = I \]
Was this answer helpful?
0
0