牛顿迭代法求解非线性方程组我要分享

Newton iterative method for solving nonlinear equations

newton matalb 数学专业

关注次数: 251

下载次数: 1

文件大小: 5KB

代码分类: 仿真计算

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

牛顿法又称牛顿-拉弗森方法(Newton-Raphson method),是一种在实数域和复数域上近似求解方程的方法。本程序收敛速度快,迭代步数可取大一些。


English Description:

< p > Newton method is also called Newton method - Raphson method (Newton method) - The Raphson method is a method of approximate solving equations in real number field and complex number field. The convergence speed of this program is fast, and the number of iteration steps can be larger.


代码预览

牛顿迭代法求解非线性方程组

牛顿迭代法求解非线性方程组\df.m

牛顿迭代法求解非线性方程组\f.m

牛顿迭代法求解非线性方程组\fabmatrix.bmp

牛顿迭代法求解非线性方程组\nnewton.m

牛顿迭代法求解非线性方程组\shili98.m