Rahul Sharma (Editor)

Rosenbrock methods

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Rosenbrock methods

Rosenbrock methods refers to either of two distinct ideas in numerical computation, both named for Howard H. Rosenbrock.

Contents

Numerical solution of differential equations

Rosenbrock methods for stiff differential equations are a family of multistep methods for solving ordinary differential equations that contain a wide range of characteristic timescales. They are related to the implicit Runge-Kutta methods and are also known as Kaps-Rentrop methods.

Search method

Rosenbrock search is a numerical optimization algorithm applicable to optimization problems in which the objective function is inexpensive to compute and the derivative either does not exist or cannot be computed efficiently. The idea of Rosenbrock search is also used to initialize some root-finding routines, such as fzero (based on Brent's method) in Matlab. Rosenbrock search is a form of derivate-free search but may perform better on functions with sharp ridges. The method often identifies such a ridge which, in many applications, leads to a solution.

References

Rosenbrock methods Wikipedia


Similar Topics