Awesome-Python-Scripts/Algebra-Solver
2018-10-04 22:57:34 +07:00
..
Algebra-Solver.py Added Algebra Solver 2018-10-04 22:57:34 +07:00
README.MD Added Algebra Solver 2018-10-04 22:57:34 +07:00

Python Algebra Solver

This python script will demonstrate how to solve a very simple algebra using sympy module

Requirement

Python 3.xx or Python 2.xx Sympy

pip install sympy

#Usage Call python following with the simple algebra problem

$ python Solver.py "5 = X - 2"