WebCab Functions for .NET v2.0

EquationSolver Methods

The methods of the EquationSolver class are listed below. For a complete list of EquationSolver class members, see the EquationSolver Members topic.

Public Instance Methods

BisectionOverloaded. Implements the Interval Bisection Method which will converge if the algorithm is able to find an initial bracketing interval.
BrentOverloaded. Implements the Van Wijngaarden-Dekker-Brent Method the recommended approach in order to find the solution for a general one-dimensional function where the function's values only (and not its derivative or functional form) are available.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
NewtonRaphsonOverloaded. Implements the Newton-Raphson method where the initial point is taken to be the origin and the maximum number of iterations is 1,000.
NewtonRaphsonFailSafeOverloaded. Implements the Fail-Safe Newton-Raphson Method with a zero initial value and the maximum number of Raphson-Newton steps being 1,000.
RegulaFalsiOverloaded. Implements Regula Falsi (or Method of False Position) which is a variant of the Secant method which is less efficient but more stable.
RiddersOverloaded. Implements Ridders' Method which is a powerful variant of the Secant method, without asking for an initial bracketing interval to be set.
SecantOverloaded. Implements the Secant Method without the initial bracketing interval needing to be given.
SetFunction Submits a new function for analysis.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

EquationSolver Class | WebCab.Libraries.Math.EquationSolver Namespace