牛顿-拉斐逊算法我要分享

NEWTON-RAPHSON ALGORITHM

关注次数: 148

下载次数: 0

文件大小: 1.08 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:%


English Description:

%  % To find a solution to f(x) = 0 given an  % initial approximation p0:  %  % INPUT:   initial approximation p0; tolerance TOL;  %          maximum number of iterations NO.  %  % OUTPUT:  approximate solution p or a message of failure


代码预览

相关推荐