登录
首页 » matlab » Optimization_Newton

Optimization_Newton

于 2011-06-21 发布 文件大小:1KB
0 177
下载积分: 1 下载次数: 8

代码说明:

  设r是f(x) = 0的根,选取x0作为r初始近似值,过点(x0,f(x0))做曲线y = f(x)的切线L,L的方程为y = f(x0)+f (x0)(x-x0),求出L与x轴交点的横坐标 x1 = x0-f(x0)/f (x0),称x1为r的一次近似值。过点(x1,f(x1))做曲线y = f(x)的切线,并求该切线与x轴交点的横坐标 x2 = x1-f(x1)/f (x1),称x2为r的二次近似值。重复以上过程,得r的近似值序列,其中x(n+1)=x(n)-f(x(n))/f (x(n)),称为r的n+1次近似值(Let r is f (x) = 0 root, select the initial approximation x0 as the r, over point (x0, f (x0)) to do the curve y = f (x) the tangent L, L the equation y = f ( x0)+ f ' (x0) (x-x0), find the intersection of L and the x-axis of abscissa x1 = x0-f (x0)/f' (x0), x1 is called an approximation r. Through points (x1, f (x1)) to do the curve y = f (x) the tangent, and find the intersection of the tangent with the x-axis of abscissa x2 = x1-f (x1)/f ' (x1), x2 is called r the second approximation. Repeat the process, get an approximation of the sequence r, where x (n+1) = x (n)-f (x (n))/f ' (x (n)), as an approximation of r n+1 times)

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

发表评论

0 个回复

  • How-Use-ODE45-to-solve-Boundary-Value-ODE
    In MATLAB, usually we use function bvp4c() to solve boundary value problem (BVP) of ODE. However, we also can use function ode45() to solve BVP of ODE too. However, ode45() needs all initial values at one point. Therefore we have to construct an auxiliary function, whose input argument is the missing initial value and the return output is the given boundary value, Then we can call function fsolve() to get the missing initial value. This method is particularly efficient it the ODE has one or more parameters. Also this method is essentilal for GNU Octave, because whose function bvp4c() is not programmed for parameter ODE yet.
    2012-06-24 04:37:26下载
    积分:1
  • Flight-control-simulation
    飞行控制仿真,在某一状态点下,选择横侧向和纵向回路中的一个进行控制。分析系统的响应、极点位置与稳定性,能控能观等特性。(Flight control simulation, in a state, select a control in the horizontal lateral and vertical loop. Analysis system response, the pole position and stability, controllability and observability, and other features.)
    2012-07-03 11:03:37下载
    积分:1
  • Matlab
    matlab中文帮助文档,MATLAB教程,初学者必看的文档。(Chinese help documentation matlab, MATLAB tutorial, beginners must see the document)
    2011-10-05 19:21:25下载
    积分:1
  • wlan_11n_simulink
    802.11n WLAN PHY Simulation models of 802.11n (modified from 11a PHY model): wlan/IEEE80211n.mdl(802.11n WLAN PHYSimulation models of 802.11n (modified from 11a PHY model): wlan/IEEE80211n.mdl)
    2008-12-23 14:38:04下载
    积分:1
  • LEAch
    LEACH算法及其改进,MATLAB程序(LEACH)
    2010-11-05 18:19:39下载
    积分:1
  • matlab_bgl-4.0.1
    复杂网络的介数求解,复杂网络,介数,matlab (Betweenness solving of complex networks, complex networks, the number of referrals, matlab)
    2013-05-20 18:13:22下载
    积分:1
  • matlab
    灰色理论matlab代码 灰色理论matlab代码 灰色理论matlab代码 灰色理论matlab代码(Gray theory matlab code Gray theory matlab code Gray theory matlab code)
    2009-03-03 15:20:45下载
    积分:1
  • nonuniformhough
    non uniform hough transform matlab code
    2010-08-24 18:11:51下载
    积分:1
  • RLS-auto-adapter-fiter
    考虑一个线性自适应均衡器的原理方框图如《现代数字信号处理导论》p.275自适应均衡器应用示意图。用LMS算法实现这个自适应均衡器,画出一次实验的误差平方的收敛曲线,给出最后设计滤波器系数。一次实验的训练序列长度为500。进行20次独立实验,画出误差平方的收敛曲线。给出3个步长值的比较。(consider a linear adaptive equalizer block diagram as the principle of "modern digital signal processing" Introduction to the p.275 adaptive equalizer application schema. LMS algorithm with the adaptive equalizer, painted a square experimental error of convergence curve, given final design filter coefficients. Experimental a length of the training sequence to 500. Conduct 20 separate experiments, painted square error of the convergence curve. Given three step-value comparisons.)
    2006-08-29 08:35:39下载
    积分:1
  • IEEEXplore-4.pdf
    Mutual Information Feature Selection
    2009-04-17 12:27:10下载
    积分:1
  • 696518资源总数
  • 106148会员总数
  • 10今日下载