错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

An Application: Approximation and Optimization

  • Sinan Kalkan,
  • Onur T. Şehitoğlu,
  • Göktürk Üçoluk

摘要

In this chapter, as an application for programming with Python, we cover some mathematical methods widely used in many disciplines. We start with the Taylor series for approximating a function. We then look at Newton’s method for finding the roots of a function \(f(x)\) , which can also be considered as an application of the Taylor series. Finally, we extend Newton’s method to find the minimum of a function.