It has solution of 5 Numerical Methods for Solving Nonlinear Equations which are Bisection method, Regular Falsi method, Simple fixed point iteration, Newton Raphson Method and Secant Method. The first two methods are closed interval whereas the other remaining are open interval method.
Equation: e^-x(3.2sin(x)-0.5cos(x))
Output:
Equation: e^-x(3.2sin(x)-0.5cos(x))
Output:
Equation: F(x)= e^-x - x
Output:
Equation: x^3 - x - 1 = 0
Output:
Equation: F(x) = cos(x) + 2sin(x) + x^2
Output: