Skip to content

3×3 System of Linear Equations Solver

Solve a 3×3 system of linear equations using Cramer's rule. Enter the coefficients of three equations in x, y, and z to get the solution, or find out whether the system has no unique solution.

Inputs

a_1\, x + b_1\, y + c_1\, z = d_1
a_2\, x + b_2\, y + c_2\, z = d_2
a_3\, x + b_3\, y + c_3\, z = d_3

Results

Enter a value to see results.

No Unique Solution

\begin{aligned} D &= a_1(b_2 c_3 - c_2 b_3) - b_1(a_2 c_3 - c_2 a_3) + c_1(a_2 b_3 - b_2 a_3) \\ &= ? \end{aligned}

Embed this calculator

Preview

Paste this code into your page to show the calculator.

Share this calculation

Anyone who opens this link sees your values already filled in.

200+ calculators · 10 languages · 100% free

Was this calculator helpful?

No

How can we improve this calculator?