Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oviwanazul124/pythonsecondgradeecuationssolver

Python file to resolve equations of second grade
https://github.com/oviwanazul124/pythonsecondgradeecuationssolver

maths python

Last synced: 4 days ago
JSON representation

Python file to resolve equations of second grade

Awesome Lists containing this project

README

        

# Description

This python file is in charge of solving the different 2nd degree equations provided, it is solved using the formula provided for the resolution of these equations, it also provides information on the roots obtained.

# How to Install and Use
Currently the project was developed in python 3.12.4. In order to run the project you need to have python installed. The only library needed is the math library which should be included with the python installation. The only library needed is the math library which should be included with the python installation.

**WINDOWS**

``py calculator.py`` or ``python3 calculator.py``

**LINUX AND MACOS**

``python3 calculator.py``

To use it is quite simple, all you need to do is follow the different instructions that appear on the screen.