Skip to content

olimattison/poly-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages