牛顿下山法求解非线性方程组我要分享

Newton downhill method for solving nonlinear equations

M?n newton-non-linear mulDnewton 牛顿下山法 EPS

关注次数: 200

下载次数: 1

文件大小: 1KB

代码分类: 仿真计算

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

本代码为牛顿下山法求解非线性方程组。其调用格式为[r,m]=mulDNewton(F,x0,eps) 其中F:非线性方程组,x0:初始解,eps:解的精度;r:求得的一组解,n:迭代步数。


English Description:

This code is Newton downhill method for solving nonlinear equations. The calling format is [R, M] = muldnewton (F, x0, EPS), where f: nonlinear equations, x0: initial solution, EPS: accuracy of solution; r: N: the number of iteration steps


代码预览

mulDNewton.m