How to use?


Parser for handling natural math expressions is in works. As of right now, please use the Pythonic way of inputting mathematical functions. Correct inputs to particular methods are also required. Scenarios listed as below:

  1. For Bisection Method, your endpoints \(a, b\) should be such that \(f(a) < 0\) and \(f(b) > 0\) or vice-versa
  2. For Fixed-Point iteration, when it says Function in terms of \(x\), type the function we'll be iterating over such that \(x_{n+1} = g(x)\)