Mathematical Equations Solver    September 22, 2018


This script is used to solve mathematical problems based on bisection method. Edit: I have uploaded new scripts, like euler's method, Milne's Predictor-Corrector method, taylor's method etc.. But I have not tried all the scripts with different parameters, it may work with some parameters. As I am not getting much time to improvise these scripts, must check the logic and code before running the scripts.


How To Use:-

  1. Download the zip file through the given link
  2. Run py file and give inputs as asked
  3. All parameters are mandatory to get the answers

You can fork and send pull request if you find any issues or wish to update the code from this repo.