Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lightgamestudio42/quadratic-equations-and-other-math

Quadratic equations & unequations solver python program
https://github.com/lightgamestudio42/quadratic-equations-and-other-math

Last synced: 10 days ago
JSON representation

Quadratic equations & unequations solver python program

Awesome Lists containing this project

README

        

# QuadraticEquations
Quadratic equations & unequations solver python program
This program is created for mobile phones for fast computations of:
1) Vector length
2) Quadratic equations
2) Quadratic unequations

Input:
1. "e" to solve an equation (you should input 3 coefficient)
2. "u" to solve an UNequation (you should input than and 3 coefficient)
3. "v" to find vector length

Uses SL4A Android library.