Examine the consistency of the system of equations: x+2y=2, 2x+3y=3.
Hint. Compute the coefficient determinant first; if it's nonzero, the system is automatically consistent.
A=[[1,2],[2,3]]. |A| = 1(3)-2(2) = 3-4 = -1, which is not 0, so A is non-singular.
✦ Since A is non-singular, the system is consistent, with a unique solution.
