Description of Equation Solver for .NET :
This is an easy to use numerical application that can be used to solve equations by using various types of numerical methods. Ridders methods can be used to calculate equation bracketed root. Brent's algorithm can be included to find one dimensional equation bracketed root. Regula Falsi method can be used to ensure convergence. Newton Raphson method can be used to generate a solution and can be implemented for polynomial functions.