登录
首页 » matlab » Newton_Raphson

Newton_Raphson

于 2010-07-25 发布 文件大小:1KB
0 244
下载积分: 1 下载次数: 29

代码说明:

  用牛顿拉夫森法计算非线性方程,方程简单易用。帮你解决非线性方程(Newton method with nonlinear equations La Fusen)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Gold_sequence_generator
    Gold sequence generator
    2008-05-27 12:42:02下载
    积分:1
  • @ccs
    说明:  这是一个关于MATLAB的函数,能够用DEMO打开;使用时首先解压然后转换为M文件即可。很方便的。(It is a MATLAB function, can open the DEMO use first and then converted to M-extracting files. Very convenient.)
    2006-03-16 16:28:26下载
    积分:1
  • 97658215dsisoftv5
    VSP seismic processing software for matlab
    2013-12-05 07:17:46下载
    积分:1
  • gravity
    function dg=gplus(x,y,z,x1,x2,y1,y2,z1,z2,p) G=6.67e-11 t222=myfun(x,y,z,x2,y2,z2) t122=myfun(x,y,z,x1,y2,z2) t212=myfun(x,y,z,x2,y1,z2) t221=myfun(x,y,z,x2,y2,z1) t211=myfun(x,y,z,x2,y1,z1) t121=myfun(x,y,z,x1,y2,z1) t112=myfun(x,y,z,x1,y1,z2) t111=myfun(x,y,z,x1,y1,z1) dg=-G*p*1e6*(t222-t122-t212-t221+t211+t121+t112-t111) 转化为g.u. function y=myfun(x,y,z,xi,eta,zeta) R=sqrt((xi-x).^2+(eta-y).^2+(zeta-z).^2) temp1=(xi-x).*log((eta-y)+R) temp2=(eta-y).*log((xi-x)+R) temp3=(zeta-z).*atan((zeta-z).*R/((xi-x).*(eta-y))) 书中所给公式 temp3=-(zeta-z).*atan((xi-x).*(eta-y)./(zeta-z)./R) 上式变换 y=temp1+temp2+temp3 (function dg = gplus (x, y, z, x1, x2, y1, y2, z1, z2, p) G = 6.67e-11 t222 = myfun (x, y, z, x2, y2, z2) t122 = myfun (x, y, z, x1, y2, z2) t212 = myfun (x, y, z, x2, y1, z2) t221 = myfun (x, y, z, x2, y2, z1) t211 = myfun (x, y, z, x2, y1, z1) t121 = myfun (x, y, z, x1, y2, z1) t112 = myfun (x, y, z, x1, y1, z2) t111 = myfun (x, y, z, x1, y1, z1) dg =-G* p* 1e6* (t222-t122-t212-t221+t211+t121+t112-t111) converted the Gu function y = myfun, (x y, z, xi, eta, zeta) R = sqrt ((xi-x). ^ 2+ (eta-y). ^ 2+ (zeta-z). ^ 2) temp1 = (xi-x).* log ((eta-y)+R) temp2 = (eta-y).* log ((xi-x)+R) temp3 = (zeta-z).* atan ((zeta-z).* R/( (xi-x).* (eta-y))) book given formula Temp3 =- (Zeta-z)* ATAN ((Xi-X)* (ETA-y)/(Zeta- Z)/R) the above formula transform Y = temp1+temp2+temp3 )
    2013-03-20 20:25:15下载
    积分:1
  • matlab
    fft分析:方法简单实用,希望能够帮助大家,大家可以参考一下(fft Analysis:very easy!)
    2010-05-13 21:07:33下载
    积分:1
  • gui_corner
    css角点检测基于matlabgui的gui程序(css corner detection procedures based on matlabgui the gui)
    2011-04-24 15:43:46下载
    积分:1
  • delay_embed
    this file compute lagg on arrays
    2012-06-14 16:26:23下载
    积分:1
  • LMS
    1,、设置变量和参量:   X(n)为输入向量,或称为训练样本   W(n)为权值向量   e(n)为偏差   d(n)为期望输出   y(n)为实际输出   η为学习速率   n为迭代次数   2、初始化,赋给w(0)各一个较小的随机非零值,令n=0   3、对于一组输入样本x(n)和对应的期望输出d,计算   e(n)=d(n)-X^T(n)W(n)   W(n+1)=W(n)+ηX(n)e(n)   4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行(, set the variables and parameters: X (n) is the input vector, otherwise known as the training sample W (n) for the weight vector e (n) for the deviation d (n) is the desired output y (n) is the actual output η is the learning rate n is the number of iterations)
    2011-12-10 20:22:05下载
    积分:1
  • jos-master
    os mit fork i gues moroccain bla
    2015-04-08 20:46:06下载
    积分:1
  • csd_of_communication_signals
    循环谱密度函数matlab代码,介绍清楚详细,值得借鉴,好东西(Cyclic spectral density function matlab code, clear and detailed description, to be learned, good things)
    2021-04-06 19:29:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载