2×2 System of Linear Equations Solver
Formula
a_1\, x + b_1\, y = c_1
a_2\, x + b_2\, y = c_2
Inputs
| x-coefficient, equation 1 | 2 |
|---|---|
| y-coefficient, equation 1 | 3 |
| right-hand side, equation 1 | 8 |
| x-coefficient, equation 2 | 1 |
| y-coefficient, equation 2 | -1 |
| right-hand side, equation 2 | 1 |
Visualization
2×2 System of Linear Equations Solver
Inputs
a_1\, x + b_1\, y = c_1
a_2\, x + b_2\, y = c_2
Results
Enter a value to see results.
Infinitely Many Solutions
\begin{aligned} D &= a_1 b_2 - a_2 b_1 \\ &= \left(2\right)\left(-1\right) - \left(1\right)\left(3\right) \\ &= ? \end{aligned}
Recommended Next
Quadratic Equation Solver
Solve ax² + bx + c = 0. Enter the three coefficients to get the discriminant and both roots — real or complex.