TaskEaser
Back to home

Math

2×2 Linear System

Solve using Cramer's rule

Runs locally in your browser

Parameters

Results

det
-5
x
2.2
y
1.2

a₁x + b₁y = c₁, a₂x + b₂y = c₂

How it works

Solve a 2×2 linear system of equations using Cramer's rule.

Who it's for: Algebra students and engineers working with simultaneous linear equations.

Accepts coefficients for two equations: a₁x + b₁y = c₁ and a₂x + b₂y = c₂.

Computes the determinant and solutions x and y.

Reports when the system has no unique solution (det ≈ 0).

How to use

  1. Enter a₁, b₁, c₁ for the first equation.
  2. Enter a₂, b₂, c₂ for the second equation.
  3. Check det — if near zero, the system is singular.
  4. Read x and y as the solution pair.