InverseMediumQuestion 250009
Question
A square matrix A is invertible if and only if:
- Adet(A) ≠ 0Correct
- BA is symmetric
- CA = Aᵀ
- DTrace(A) ≠ 0
Correct answer
det(A) ≠ 0
Explanation
A matrix is invertible (non-singular) iff its determinant is non-zero. If det(A) = 0, the matrix is singular and has no inverse.