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
β Scribed by C. T. Kelley
- Book ID
- 127405037
- Publisher
- Society for Industrial and Applied Mathematics
- Year
- 1987
- Tongue
- English
- Weight
- 831 KB
- Series
- Fundamentals of algorithms
- Category
- Library
- City
- Philadelphia
- ISBN
- 0898715466
No coin nor oath required. For personal study only.
β¦ Synopsis
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.
π SIMILAR VOLUMES