非线性方程数值解法的探讨与 MATLAB 实现摘 要非线性方程在实际问题中常常出现,如科学与工程计算,因此讨论和探讨非线性方程求解的方法具有重要的实际意义
本文首先介绍了非线性方程的概念及相关背景;其次描述了非线性方程常用的一些数值方法:二分法,牛顿迭代法,割线法;然后针对各种方法编写 MATLAB 程序,并对非线性方程的实例进行数值计算,比较各种算法的优劣;最后介绍了割线法在实际生活中的应用
关键词:非线性方程,二分法,牛顿迭代法,割线法Discussion and MATLAB Realization of Nonlinear Numerical Solution Author: Feng Wenghao Tutor: Zhang RongyanAbstractIn practical problems, nonlinear equations often appear, such as scientific and engineering computing
Therefore, to study and explore methods of nonlinear equations has important practical significance
In this paper, we describe the concept and background of nonlinear equations first; second, it describes the commonly used numerical methods of nonlinear equations: Dichotomy, Newton iteration method, Secant method
Then we use MATLAB to write computer progra