Solving nonlinear equations with Newton's method By C. T. Kelley

时间:2013-05-08 04:27:04
【文件属性】:

文件名称:Solving nonlinear equations with Newton's method By C. T. Kelley

文件大小:494KB

文件格式:PDF

更新时间:2013-05-08 04:27:04

nonlinear equations newton Kelley

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.


网友评论

  • 由参考文献查到的,是很好的介绍非线性方程组迭代解法的资料
  • 很好的介绍牛顿迭代的资料
  • 非常好多种求解非线性方程组迭代求解算法
  • 关于非线性方程迭代求解算法的非常好的参考资料