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

搜索资源列表

  1. nonlinear-equations-with-MATLAB.

    1下载:
  2. 用MATLAB实现非线性方程的数值解法。主要有不动点迭代法,牛顿法,割线法和对称秩法的MATLAB源码。-Numerical solution of nonlinear equations with MATLAB. Fixed point iteration method, Newton, secant, and the symmetry rank of the MATLAB source.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:2547
    • 提供者:yaliwang
  1. niula

    0下载:
  2. 基于MATLAB的牛顿迭代法潮流计算,程序可读性强,应用方便-MATLAB-based Newton iterative method trend calculation program readability, ease of application
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1630
    • 提供者:邵雯
  1. 2.1.5

    0下载:
  2. 牛顿迭代法的matlab编写,以及matlab数值方法中的案例编写-Newton iterative method to write matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2192
    • 提供者:雨露
  1. newton_feixianxin

    0下载:
  2. matlab实现牛顿迭代法求解非线性方程组-Matlab achieve the Newton iterative method for solving nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:18079
    • 提供者:alex
  1. jiangchengzhi

    0下载:
  2. 本代码为在matlab下利用牛顿迭代法求解非线性方程的函数.m文件。-The code using Newton iteration method for solving nonlinear equations function. M file in matlab.
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:1088
    • 提供者:成成
  1. newton

    0下载:
  2. 牛顿迭代法 数值分析 求解方程组的解 这是一个matlab程序代码-newton iteration method
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:592
    • 提供者:diana
  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. Numerical-solutions-for-Matlab

    0下载:
  2. matlab常用数值计算,包括牛顿迭代,拉格朗日插值法,牛顿差值,高斯消元,三角分解法,追赶法等。-matlab numerical calculations, including Newton iteration, Lagrange interpolation, Newton difference, Gaussian elimination, triangular decomposition, and catch up with the law.
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:22579
    • 提供者:胡朝晖
  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. hanshu

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

    • 发布日期:2017-04-01
    • 文件大小:1780
    • 提供者:wangjr
  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. 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. 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. 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. newton-steffensen

    0下载:
  2. 方程的数值解法,包含牛顿迭代法和基于牛顿法的史蒂芬森加速法。matlab实现,注释很详细。-Numerical solutions of equations containing the Newton iteration method and newton-steffensen method.Matlab, very detailed comments.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1067
    • 提供者:小透明
  1. Newton_diedai

    1下载:
  2. 牛顿迭代法的MATLAB程序,输出计算结果-Newton iterative method MATLAB program outputs the calculation result
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:582
    • 提供者:于金波
  1. FICA_DEMO

    0下载:
  2. 快速ICA的matlab m文件,是演示代码,可以直接运行。独立分量分析。使用了基于负熵极大值的牛顿迭代法来判断分离结果的非高斯性-Fast matlab m ICA files, is a demo code, you can directly run. Independent component analysis. The non Gauss used Newton iterative method based on negative entropy to determine the max
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1412
    • 提供者:德玛
« 1 2 3 45 »
搜珍网 www.dssz.com