This brief book on Newton’s method is a user-oriented guide to algorithms and implementation. In just over 100 pages, it shows, via algorithms in pseudocode, in MATLAB, and with several examples, how one can choose an appropriate Newton-type method for a given problem, diagnose problems, and write an efficient solver or apply one written by others. Solving Nonlinear Equations with Newton’s Method contains trouble-shooting guides to the major algorithms, their most common failure modes, and the likely causes of failure. It also includes many worked-out examples (available on the SIAM website) in pseudocode and a collection of MATLAB codes, allowing readers to experiment with the algorithms easily and implement them in other languages.
2021-09-09 23:27:29 494KB nonlinear equations newton Kelley
1
求解非线性方程的Newton类方法综述,包括finding Newton step with Gauss elimination, Newton-Krylov methods and Broyden's method。
2021-06-12 15:34:46 1.96MB nonlinear newton numerical
1