Skip to main content
Logo image

Section 31.4 Summary

In this chapter, we covered the following topics:
  • Deriving Newton’s method from a first-order Taylor expansion
  • Writing a generic, callback-based root-finding library
  • Handling failure cases (zero derivative)
  • Comparing the convergence speed of Newton’s method and bisection