Ad Space
Math Calculators

Cramer's Rule Calculator (2×2 System)

Solve a system of two linear equations using Cramer's rule, showing every determinant involved.

D (main determinant)
Dₓ
D_y
x
y
Ad Space — 300×250

About the Cramer's Rule Calculator (2×2 System)

Cramer's rule solves a system of linear equations using ratios of determinants, replacing one column of the coefficient matrix at a time with the constants.

Formula: Given a₁x + b₁y = c₁ and a₂x + b₂y = c₂: D = a₁b₂ − a₂b₁, Dx = c₁b₂ − c₂b₁, Dy = a₁c₂ − a₂c₁, then x = Dx/D and y = Dy/D

If D = 0, the system has no unique solution. Cramer's rule is a direct, elegant alternative to elimination or substitution for small systems.

Ad Space