Gaussian Elimination Calculator (3×3)
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 |
Gaussian Elimination Calculator (3×3)
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
No unique solution
The determinant is zero, so the coefficient matrix is singular and the system has no unique solution. Depending on the constants there are either infinitely many solutions (the equations describe the same or a shared set of planes) or none at all.
Recommended Next
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.