If you want to integrate the program in your own code you can use the file "equation.py" and use the class "Equation". The more notable members of this class are the .solution and .simplified. The ...
Implementation of an Linear System of Equation Solver using python. The application uses a genetic algorithm alongside an optmization method developed by me. This is tested side by side with a normal ...