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

搜索资源列表

  1. chazhinihe2123

    0下载:
  2. matlab 插值与拟合的几个程序 牛顿迭代法 数值分析与mtlab源码 还有其他的一些例子-Matlab interpolation and fitting of several procedures Newton iterative numerical analysis and also its source mtlab Some of his examples
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:139118
    • 提供者:haipper
  1. 非线性方程求根

    0下载:
  2. 非线性方程求根 包括二分法、牛顿迭代法的matlab程序。-Root including nonlinear equations dichotomy of Newton iteration of Matlab procedures.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:28057
    • 提供者:悟凡
  1. EQU_SOLVE

    1下载:
  2. 完整的以最速下降法,牛顿迭代法,二分法求解非线性方程的Matlab程序源代码,含GUI界面,简洁明了,可对每种算法绘制收敛曲线,计算求解精度。-the completely matlab source code for equation solving by adapting steepest descent method,newton method, binary divided method,graphics user interface applied,simply and explici
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:16990
    • 提供者:张宏欣
  1. newton

    1下载:
  2. 用牛顿迭代法解非线性方程组的源程序,在MATLAB中可用-Newton iteration method for nonlinear equations of the source, available in MATLAB
  3. 所属分类:数值算法/人工智能

    • 发布日期:2012-11-15
    • 文件大小:3210
    • 提供者:zhengjia
  1. lmz

    0下载:
  2. 里米兹算法的MATLAB源程序,其中交错点组的筛选运用了牛顿迭代法-Meads algorithm in MATLAB source code, which staggered the screening point group used the Newton iteration
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1716
    • 提供者:李雨涵
  1. feixianxing

    4下载:
  2. mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形式求非线性方程组的一个根 mulGXF2 用两点割线法的第二
  3. 所属分类:matlab

    • 发布日期:2016-09-09
    • 文件大小:12092
    • 提供者:舞蛳
  1. mulNewtonSOR

    0下载:
  2. 本代码为牛顿-SOR迭代法求解非线性方程组。其调用格式为[r,m]=mulNewtonSOR(F,x0,w,h,eps) 其中F:方程组,x0:方程组初始解,w:SOR迭代因子,h:数值积分常数,eps:根的精度,m:迭代步数。-The code for the Newton-SOR iteration method for solving nonlinear equations. Its call format [r, m] = mulNewtonSOR (F, x0, w, h, eps)
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:594
    • 提供者:锦夏
  1. MATLAB

    0下载:
  2. 一、 牛顿-拉夫逊法概要 首先对一般的牛顿-拉夫逊法作一简单说明。已知一个变量X的函数 (4-6) 解此方程式时,由适当的近似值X(0)出发,根据 (4-7) 反复进行计算,当X(n)满足适当的收敛判定条件时就是(4-6)式的根。这样的方法就是所谓的牛顿-拉夫逊法。 式(4-7)就是取第n次近似解X(n)在曲线 上的点 处的切线与X轴的交点作下一次X(n+1)值的方法。参考图4-2(a)。在这一方法中为了能收敛于真解,初值X(0)的选取及函数f(X)必须满足适当的条件,如
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:9354
    • 提供者:范凯
  1. Newton_bisect_iteration

    0下载:
  2. matlab中分别用牛顿法,二分法及迭代法求解方程的程序,及其比较-matlab scr ipts for solving eq. by the means of newton ,bisection and iteration
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:631
    • 提供者:alick
  1. mulSimNewton

    1下载:
  2. MATLAB用于非线性方程组的求解问题,用的方法是牛顿迭代法-the solution of nonlinear functions
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:529
    • 提供者:zhang xiao ai
  1. TDOA_estimation_Newton

    2下载:
  2. 基于MATLAB仿真程序,使用牛顿迭代法,在已知时延先验信息的基础上,对目标实现无源定位。 程序内还包含符号迭代和等值线绘图等角复杂代码。希望对研究无源定位的同志有所帮助。-MATLAB-based simulation program, using Newton s iterative method, the known delay on the basis of prior information on target to achieve passive positioning.
  3. 所属分类:matlab

    • 发布日期:2015-05-11
    • 文件大小:4096
    • 提供者:张威
  1. Newton-iterative-method

    0下载:
  2. 经典的matlab算法有好多种,在这里介绍代数方程组的解法中的牛顿迭代法。-Classic matlab algorithm have a variety of, in the method presented here the algebraic equations of Newton iterative method.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:524
    • 提供者:梦女孩
  1. matlab

    0下载:
  2. 运用牛顿迭代法求解非线性方程组的matlab源代码-Newton iterative method to solve the nonlinear equations
  3. 所属分类:mathematica

    • 发布日期:2017-03-30
    • 文件大小:43285
    • 提供者:周昭露
  1. matlab(matlab-code)

    0下载:
  2. matlab数值计算分析常用小程序代码,包括龙格库塔法、牛顿迭代法、欧拉法等-matlab numerical analysis commonly used applet code, including the Runge-Kutta method, Newton iteration method, Euler method
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:236534
    • 提供者:hezudao
  1. 方程解法

    1下载:
  2. 基于matlab的不动点迭代法、二分法以及牛顿法求解方程,进一步优化了计算步骤。(Fixed point iterative method for solving equations based on Matlab)
  3. 所属分类:matlab例程

  1. newton

    0下载:
  2. 能够使用简化牛顿法求解最优点,附带子程序可以顺利的运行,使用一种优化后的牛顿迭代法(The simplification Newton method can be used to solve the best advantage)
  3. 所属分类:能源行业(电力石油煤炭)

    • 发布日期:2018-04-18
    • 文件大小:2048
    • 提供者:你好啊我
  1. newton_method

    0下载:
  2. 牛顿迭代法进行数值分析,求解方程,希望有用(Newton iterative method is used for numerical analysis to solve equations.)
  3. 所属分类:数学计算

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:豆子爱薏米
  1. 方程求根

    1下载:
  2. 包含了牛顿迭代法解非线性方程以及非线性方程组求解,多项式求根的MATLAB的M文件(Newton's iterative method is used to solve nonlinear equations and solve nonlinear equations. The M of MATLAB is the root of polynomial.)
  3. 所属分类:matlab例程

    • 发布日期:2019-12-31
    • 文件大小:9216
    • 提供者:zjujie
  1. Matlab方程求根法汇总

    2下载:
  2. Matlab方程求根法汇总:BenvliMAX 贝努利法求按模最大实根 BenvliMIN 贝努利法求按模最小实根 HalfInterval 用二分法求方程的一个根 hj 用黄金分割法求方程的一个根 StablePoint 用不动点迭代法求方程的一个根 AtkenStablePoint 用艾肯特加速的不动点迭代法求方程的一个根 StevenStablePoint 用史蒂芬森加速的不动点迭代法求方程的一个根 Secant 用一般弦截法求方程的一个根 SinleSecant 用单点弦截法求方程的一个
  3. 所属分类:其他

    • 发布日期:2020-09-08
    • 文件大小:19456
    • 提供者:lfwu5
  1. BasinsofAttraction

    2下载:
  2. 绘制牛顿迭代法的吸引盆程序,使用matlab(Drawing the suction basin program of Newton iteration method)
  3. 所属分类:分形几何

    • 发布日期:2021-03-26
    • 文件大小:1024
    • 提供者:喵~喵喵~
« 1 2 34 5 »
搜珍网 www.dssz.com