Click or drag to resize

NewtonRaphson Class

Pure Newton-Raphson root-finding algorithm without any recovery measures in cases it behaves badly. The algorithm aborts immediately if the root leaves the bound interval.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.RootFindingNewtonRaphson

Namespace: Altaxo.Calc.RootFinding
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class NewtonRaphson

The NewtonRaphson type exposes the following members.

Methods
 NameDescription
Public methodStatic memberFindRootFind a solution of the equation f(x)=0.
Public methodStatic memberFindRootNearGuessFind a solution of the equation f(x)=0.
Public methodStatic memberTryFindRootFind a solution of the equation f(x)=0.
Top
See Also