Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oviwanazul124/pythonsecondgradeecuationssolver
- Owner: oviwanazul124
- Created: 2024-09-09T08:28:05.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T08:36:55.000Z (4 months ago)
- Last Synced: 2024-11-06T02:39:21.066Z (about 2 months ago)
- Topics: maths, python
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.