Question:medium

Let \( \Delta = \begin{bmatrix} a & b \\ c & d \end{bmatrix} \) be a square matrix such that \( \text{adj} A = A \). Then, \( (a + b + c + d) \) is equal to:

Show Hint

For properties of adjoint matrices, always check if the matrix is scalar or symmetric.
Updated On: Feb 25, 2026
  • \( 2a \)
  • \( 2b \)
  • \( 2c \)
  • \( 0 \)
Show Solution

The Correct Option is A

Solution and Explanation

Step 1: Adjoint condition for \( A \)
If \( \text{adj} A = A \), then \( A \) must be of the form \( kI \), where \( k \) is a scalar and \( I \) is the identity matrix. Consider: \[ A = \begin{bmatrix} a & b \\ c & d \end{bmatrix}. \] Step 2: Sum of entries
Given \( A = kI \) and \( \text{Tr}(A) = a+d \), we have: \[ a + b + c + d = \text{Tr}(A). \]
Was this answer helpful?
0