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).