Easy Non Linear Equation Solver

“Easy Non Linear Equation Solver” is a console application and my first project on java.It is developed to solve non linear equation already defined in application by using Numerical Techniques
This application implements following numerical techniques:
   1. Bisection Method
   2. False Position Method
   3. Secant Method
   4. Newton Raphson Method
Download Now
Download Source Code

Screen Shots
es_main

es_bisection

es_false

es_secant

es_newton

es_root_not_found