Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 993 Bytes

readme.md

File metadata and controls

30 lines (20 loc) · 993 Bytes

Poly Solver V1.01

Command-line Tool for Basic Operations on Quadratic Equations


Latest Update:
Version: 1.01
Changes: This version introduces an object-oriented approach, utilizing a class to handle quadratic equations instead of standalone functions.


🌟 Features

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

Usage

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.