3×3 System of Linear Equations Solver
Formula
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
Inputs
| x-coefficient, equation 1 | 2 |
|---|---|
| y-coefficient, equation 1 | 1 |
| z-coefficient, equation 1 | -1 |
| right-hand side, equation 1 | 8 |
| x-coefficient, equation 2 | -3 |
| y-coefficient, equation 2 | -1 |
| z-coefficient, equation 2 | 2 |
| right-hand side, equation 2 | -11 |
| x-coefficient, equation 3 | -2 |
| y-coefficient, equation 3 | 1 |
| z-coefficient, equation 3 | 2 |
| right-hand side, equation 3 | -3 |
3×3 System of Linear Equations Solver
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}
Recommended Next
2×2 System of Linear Equations Solver
Solve a 2×2 system of linear equations using Cramer's rule. Enter coefficients to get x and y, or find out if the system has no solution or infinitely many.