CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 牛顿迭代 matlab

搜索资源列表

  1. newton-iteration

    0下载:
  2. matlab编写,牛顿迭代法以及二分法等数值积分方法-numerical integration methods matlab prepared Newton iteration dichotomy
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:2829
    • 提供者:hongguang
  1. niu-dun-die-dai-

    0下载:
  2. 基于matlab编程,用牛顿迭代法解决非线性方程,-Based on Matlab programming, Newton iterative method to solve nonlinear equations,
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:2611
    • 提供者:吴娟
  1. xiashan

    0下载:
  2. MATLAB 牛顿下山法的一个小程序,原理就不详细说了。因牛顿迭代法受初值选取的限制,为防止迭代发散,对迭代过程再附加一项要求:|f(x(k+1))|<|f(x(k))|,将牛顿法迭代的结果:x(k+1) =x(k)-f(x(k))/f (x(k))和前一近似值x(k)适当加权平均做为新的改进值:x(k+1)=u*x(k+1) +(1-u)*x(k),其中u(0<> 迭代时u取1开始,逐次减半计算,直至附加要求符合为止。实例计算中x(k)=x(0)不变,只更新u和x
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:700
    • 提供者:junshan
  1. NEWTON

    0下载:
  2. 求解非线性方程的经典迭代方法牛顿迭代法matlab程序源代码m文件-Solving nonlinear equations of classical Newton iteration iterative method source code matlab m file
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:595
    • 提供者:juzi
  1. particle-swarm--genetic-algorithm

    0下载:
  2. matlab程序(粒子群,遗传算法,牛顿迭代)-matlab program (particle swarm, genetic algorithm, Newton iteration)
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:103380
    • 提供者:杨超
  1. Newtondd

    0下载:
  2. 牛顿迭代在Matlab环境下的实现,含注释,思路清晰,方便学习-Newton realized in Matlab environment
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:9847
    • 提供者:niekouzhun
  1. hanshu

    0下载:
  2. MATLAB中用C语言编写的S函数,牛顿迭代法-Using C language MATLAB S-function, Newton iteration
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:1780
    • 提供者:wangjr
  1. logistic

    2下载:
  2. matlab实现logistic回归 利用牛顿迭代的方法得到最后的回归参数-matlab realize logistic regression using Newton iteration method to get the final regression parameters
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1744
    • 提供者:jessicaxaa
  1. newton_iteration

    1下载:
  2. 这是我自己写的亲测可用的matlab 牛顿迭代法函数程序-This is the Newton iteration program based on MATLAB written by myself
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:596
    • 提供者:zhangyedong
  1. newtonmethod

    0下载:
  2. 用matlab编写的牛顿迭代方法求解非线性方程组:数值分析中很经典的代码-a matlab code of newton method solve system of nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:427996
    • 提供者:黄琪
  1. yuanchengxu

    0下载:
  2. 上传的源程序是用matlab实现的二分法、牛顿迭代法、改进牛顿迭代法、最小二乘法等数值分析常用方法,简明易懂、结果正确。-Upload the source is achieved using matlab dichotomy of Newton iteration, improved Newton iteration method, numerical analysis commonly used method of least squares method, concise and easy
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2499
    • 提供者:makangjian
  1. matlab

    0下载:
  2. 牛顿最优解拟牛顿法和最速下降法(Steepest Descent Methods)一样只要求每一步迭代时知道目标函数的梯度。通过测量梯度的变化,构造一个目标函数的模型使之足以产生超线性收敛性。这类方法大大优于最速下降法,尤其对于困难的问题。另外,因为拟牛顿法不需要二阶导数的信息,所以有时比牛顿法(Newton s Method)更为有效。-Newton optimal solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:11592
    • 提供者:徐子熠
  1. Numerical_alculation_method

    0下载:
  2. 数值计算方法的MATLAB示例,用于方程根的数值求解,包括了牛顿迭代和割线法等等。-newton,regula,secant method
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1045
    • 提供者:马杰
  1. newton

    0下载:
  2. 以mathematica9中文版来计算由牛顿迭代法产生的实根。因开发环境中没有mathematica,故只好选matlab.-Using mathematica9 to calculate the real root produced by the Newton iterative method. The station is estimated without.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3154
    • 提供者:天外飞仙
  1. function

    0下载:
  2. 非线性方程组的牛顿迭代法MATLAB程序-Nonlinear equations of Newton iterative method MATLAB program
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:3985
    • 提供者:luo
  1. main_NT

    1下载:
  2. 牛顿迭代法 matlab代码 非常好用而经典的算法-Newton iterative method matlab code Very easy to use classic algorithms
  3. 所属分类:matlab例程

    • 发布日期:2017-05-23
    • 文件大小:746
    • 提供者:黄勇
  1. matlabzhishudiedai

    0下载:
  2. 主要讲诉运用matlab实现步进电机抛物曲线,指数曲线的牛顿迭代的运算,算出精确的脉冲时间间隔-The main complaint about the use of matlab stepper motor parabolic curve, the exponential curve of Newton iterative calculation to calculate accurate pulse interval
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1867
    • 提供者:胡一
  1. Newton-iteration-

    0下载:
  2. MATLAB实现牛顿迭代法求解非线性方程组-MATLAB realization of Newton iteration method for solving nonlinear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1010
    • 提供者:knight
  1. Newton

    0下载:
  2. 牛顿迭代法的一个实现例子 使用matlab编写的~-Newton iterative method of an implementation example of using matlab prepared ~
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:473912
    • 提供者:liu
  1. DIEDAI

    0下载:
  2. 这是用牛顿迭代法求解的关于多元二次非线性方程组的MATLAB程序,正确无误,本人在使用,无误-This is about multiple quadratic nonlinear equations MATLAB program Newton iterative method, and correct, I would use, correct
  3. 所属分类:Algorithm

    • 发布日期:2016-09-10
    • 文件大小:2048
    • 提供者:张文瑞
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com