Latest Update:
Version: 1.01
Changes: This version introduces an object-oriented approach, utilizing a class to handle quadratic equations instead of standalone functions.
- Real Roots: Calculates the real roots (if they exist) of the quadratic equation.
- Y-Intercept: Determines the y-intercept value.
- Vertex: Finds the vertex of the parabola.
- Solve for X: Solves for specific x-values when given.
python3 main.py
🚀 Coming Soon:
Expanded functionality with support for higher-degree polynomials and additional mathematical operations.
Note: Poly Solver V1.01 is ideal for students, engineers, and math / programming enthusiasts looking for a simple command-line tool to handle quadratic equations. This is by no means the best solution, and it may contain bugs or inaccuracies I am unaware of.