Solve a system of two linear equations in two unknowns. Enter the coefficients for both equations.
Usage Tip
Two lines either cross once (one solution), run parallel (none), or coincide (infinitely many) — the determinant tells which.
Solved by Cramer rule using the determinant a1·b2 − a2·b1
If the determinant is zero, the lines are parallel or identical and there is no single solution.
A non-zero determinant gives one unique solution.
Zero determinant means no solution or infinitely many.
