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 a
Solving Nonlinear Equations with Newton's Method (Fundamentals of Algorithms)
β Scribed by C. T. Kelley
- Publisher
- Society for Industrial Mathematics
- Year
- 1987
- Tongue
- English
- Leaves
- 119
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
This is a concise and practical introduction to some Newton method scheme, which can be read in a day or two if the reader has some background in numerical methods. The book sketches the main idea behind the methods and clearly explains the pros and cons of each method.
I did not give 5 stars because the reader will eventually need his other book, Iterative Methods for Linear and Nonlinear Equations, SIAM 1995, in order to write one own code and get all the details right.
π SIMILAR VOLUMES
<span>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 w
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 a