Calculate roots using Bisection Method Note that you need to define the function and its derivative yourself. By default f= x^4 + x^3 -3x^2, f'= 4x^3 +3x^2 - 6x