WebCab Functions for COM v2.0

EquationSolver.NewtonRaphsonFailSafe Method

Implements the Fail-Safe Newton-Raphson Method with a zero initial value and the maximum number of Raphson-Newton steps being 1,000.

Overload List

Implements the Fail-Safe Newton-Raphson Method with a zero initial value and the maximum number of Raphson-Newton steps being 1,000.

public double NewtonRaphsonFailSafe(double);

Fail-Safe Newton-Raphson Method in which the initial point and maximum number of iterations must be given.

public double NewtonRaphsonFailSafe(double,double,double,long);

See Also

EquationSolver Class | WebCab.COM.Math.EquationSolver Namespace | Newton-Raphson Fail Safe - Applies the Newton-Raphson method where the initial point and the maximum number of iterations can be set.