WebCab Functions for COM v2.0

EquationSolver.Bisection Method

Implements the Interval Bisection Method which will converge if the algorithm is able to find an initial bracketing interval.

Overload List

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);

See Also

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.