System of equationsHardQuestion 250015
Question
For the system AX = 0 to have non-trivial solutions, the condition is:
- Adet(A) = 0Correct
- Bdet(A) ≠ 0
- CA = I
- Drank(A) = n
Correct answer
det(A) = 0
Explanation
The homogeneous system AX = 0 has non-trivial solutions iff A is singular, i.e., det(A) = 0. If det(A) ≠ 0, the only solution is X = 0 (trivial).