Consider the following system of linear equations:
2x_1 - x_2 + 3x_3 = 1
3x_1 + 2x_2 + 5x_3 = 2
-x_1 + 4x_2 + x_3 = 3
The system of equations has
A. no solution
B. a unique solution
C. more than one but a finite number of solutions
D. an infinite number of solutions
GATE 2005 · Engineering Mathematics · System of Equations · medium
Answer: det(A) = 14 != 0, so the system has a unique solution. Answer: B.