Implements the Interval Bisection Method which will converge if the algorithm is able to find an initial bracketing interval.
Implements the Interval Bisection Method which will converge if the algorithm is able to find an initial bracketing interval.
public double Bisection(double);
Offers Interval Bisection Method which is certain to converge once the initial bracketing interval is given.
public double Bisection(double,double,double,long);
EquationSolver Class | WebCab.COM.Math.EquationSolver Namespace | Bisection - A more efficient implementation of the Bisection algorithm but requires the user to provide an initial interval over which the solution is sort.