Question:medium

If $A = \begin{bmatrix} k & 2 \\ -2 & -k \end{bmatrix}$, then $A^{-1}$ does not exist if $k =$

Show Hint

For any $2 \times 2$ matrix of the form $\begin{bmatrix} \alpha & \beta
-\beta & -\alpha \end{bmatrix}$, the determinant is always equal to $-\alpha^2 + \beta^2$. Setting it to zero gives $\alpha^2 = \beta^2 \implies \alpha = \pm \beta$. Here, $k = \pm 2$ can be written down directly without expanding the full determinant algebra!
Updated On: Jun 18, 2026
  • $3$
  • $\pm 2$
  • $0$
  • $\pm 1$
Show Solution

The Correct Option is B

Solution and Explanation

Step 1: Understanding the Question:
Find the values of k for which the inverse of matrix A = [[k, 2], [-2, -k]] does not exist.

Step 2: Key Formula or Approach:

A matrix is non-invertible (singular) exactly when its determinant equals zero. For a 2×2 matrix, det = ad - bc.

Step 3: Detailed Explanation:

Compute det(A) = (k)(-k) - (2)(-2) = -k² + 4. For A⁻¹ to not exist, set det = 0: -k² + 4 = 0 → k² = 4 → k = ±2.

Step 4: Final Answer:

The inverse fails to exist when k = ±2, option (B).
Was this answer helpful?
0