RegulaFalsiSolver Methods

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FindZero Finds the zero of the function using the Regula Falsi method.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Solve() Attempts to find a root or zero of the target function.
(Inherited from EquationSolver)
Solve(Double) Attempts to find the point where the target function equals the specified value.
(Inherited from EquationSolver)
ToStringReturns a string that represents the current object.
(Inherited from Object)
TryFindZero Tries to find the zero of the function using the Regula Falsi method.

See Also