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
\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.