Processing math: 100%
Industrial Data Science
in C# and .NET:
Simple. Fast. Reliable.
 
 

ILNumerics - Technical Computing

Modern High Performance Tools for Technical

Computing and Visualization in Industry and Science

tgt

Newton-Raphson method in .NET (C# and Visual Basic)

The Newton-Raphson or Newton routine finds the unconstrained minimum of a scalar function. It's an iterative method that calculates the next point according to xn+1=xnf(xn)f(xn)

where f is the function to be minimized, f its derivative and xi is the i-th point in the iteration. For more details see the Wikipedia article.

A simple Example for the Newton-Raphson method

A simple quadratic example.

You can learn more about unconstrained optimization here. The class reference of the Newton-Raphson method is found here.

cm
1
n
 
 
We and our partners use technology such as cookies or pixels on our site to personalize content and ads, provide social media features, and analyze our traffic across devices and platforms. Tracking activities can be controlled or disabled. By continueing using our website you agree on the placement of related cookies and the use of data delivered by your browser for such purposes. Read more in our data privacy statement.
Got it!