Equation Solver 🧮
ax + b = c
x = 3.0000
About Equation Solver
Instantly solve linear (first-degree) and quadratic (second-degree) equations. Get step-by-step solutions including real and complex roots.
Features
- Solves Linear equations (ax + b = c).
- Solves Quadratic equations (ax² + bx + c = 0).
- Handles complex/imaginary roots.
- Detects invalid inputs (e.g., a=0).
How to Use
- Select equation type: Linear or Quadratic.
- Enter the coefficients (a, b, c).
- The solution is calculated automatically.
- View real or complex roots instantly.
Formulas Used
Linear: x = (c - b) / a
Quadratic: x = (-b ± √(b² - 4ac)) / 2a
worldofcalcs