Equation Solver

Solve linear, quadratic, and system of equations with step-by-step solutions

Linear Equation: ax + b = 0

Example: 2x - 6 = 0

Solution: x = 3

Equation Solving Methods

Linear Equations

ax + b = 0
x = -b/a

One solution

Quadratic Formula

x = [-b ± √(b²-4ac)] / 2a

Discriminant: D = b² - 4ac

System of Equations

Substitution
Elimination
Matrix methods

Root Finding

Newton's Method
Bisection Method
Numerical methods

An equation is a statement that asserts the equality of two expressions.