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

搜索资源列表

  1. Newtons_revew

    0下载:
  2. 该程序实现了牛顿迭代法基本思想,不过程序只是针对了单一的例子而给出的。-The program implements the basic idea of ​ ​ Newton iterative method, but the procedure is only for a single example are given.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-04
    • 文件大小:700737
    • 提供者:杜安定
  1. newton

    0下载:
  2. 牛顿迭代法的基本算法,包含所有的的程序流程。-Newton iterative method
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:1050
    • 提供者:李俊
  1. Chapter5_time_newton

    0下载:
  2. 内含基于逃逸时间算法的Sierpinski三角形源代码,基于逃逸时间算法的Julia集源代码,复平面上的牛顿迭代法源代码,牛顿法解方程之分形图生成源代码和Mandelbrot集源代码-Containing Sierpinski triangle escape time algorithm source code, the Julia sets source code based on escape time algorithm, Newton iteration method source co
  3. 所属分类:Fractal program

    • 发布日期:2017-11-04
    • 文件大小:10688761
    • 提供者:张望宇
  1. newton

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

    • 发布日期:2017-11-26
    • 文件大小:592
    • 提供者:diana
  1. ninewton

    0下载:
  2. 拟牛顿迭代法 matlab程序 应用是数字分析课程的matlab代码-ninewton iteration method
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:624
    • 提供者:diana
  1. niudun

    0下载:
  2. 牛顿迭代法,比较经典的算法。理解这个算法,基本c++的运行都可以理解的清楚-Newton iteration, the classic algorithm. Understand this algorithm, basic c++ run can be understood clearly
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-04
    • 文件大小:8841
    • 提供者:葛骥宇
  1. newton

    0下载:
  2. 用牛顿迭代法来解微分方程,并给出了实例,用的时候可以直接替换-Newton iterative method for solving differential equations, and gives an example with a direct replacement
  3. 所属分类:Algorithm

    • 发布日期:2017-11-10
    • 文件大小:689
    • 提供者:李金萍
  1. yakebi

    0下载:
  2. 用高斯消元,牛顿迭代法,解决雅克比方程。-Gaussian elimination, Newton iteration method to solve the Jacobi equation
  3. 所属分类:Algorithm

    • 发布日期:2017-12-10
    • 文件大小:26668
    • 提供者:kojf
  1. 2010

    0下载:
  2. 牛顿迭代法求方程的根,用C语言编写,可以真实测试。-Newton iterative method for the root of the equation, using the C language can be a real test.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:221203
    • 提供者:阿力
  1. newton-iteration

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

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

    1下载:
  2. 利用牛顿迭代法对于时差法无源定位进行了仿真并且 进行了 精度分析-failed to translate
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:1075
    • 提供者:王琴剑
  1. newton

    0下载:
  2. 牛顿迭代法求解方程的C程序,局部优化算法的简单例子-failed to translate
  3. 所属分类:assembly language

    • 发布日期:2017-11-20
    • 文件大小:184663
    • 提供者:罗韬
  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. algorithms-for-nonlinear-equations

    0下载:
  2. 一个求解非线性方程根的算法的集合,包括牛顿迭代法,二分法,不动点迭代法等方法。-A collection of algorithms for solving nonlinear equations root, including the the Newton iteration dichotomy, fixed point iteration method.
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:29892608
    • 提供者:zhang
  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. shuzhi-(2)

    0下载:
  2. 通过算法分析用牛顿迭代法求一元线性方程,让我们更好的掌握公式,与编程能力-Newton iteration algorithm analysis a linear equation, let us a better grasp of the formula, and programming capabilities
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:3073
    • 提供者:李潇
  1. NumericalAnalysisWork2

    0下载:
  2. 代码实现了矩阵求逆等运算,实现了牛顿迭代法-Code implements the matrix inversion and other operations, to achieve a Newton iteration
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:3868
    • 提供者:wuzhiying
  1. kechengshejione

    0下载:
  2. C++实现牛顿迭代法,可以用于求较精确的数值解。-C++ achieve Newton iterative method can be used to find more accurate numerical solution.
  3. 所属分类:Data structs

    • 发布日期:2017-11-17
    • 文件大小:1594
    • 提供者:高原
  1. diedai1

    0下载:
  2. 这是一种牛顿迭代法 主要应用于 非线性方程中-This is a Newton iteration method is mainly applied to nonlinear equations
  3. 所属分类:Compiler program

    • 发布日期:2017-12-10
    • 文件大小:520
    • 提供者:孙微
  1. 19zhongji

    0下载:
  2. 这是一种牛顿迭代法 主要应用于 非线性方程中-This is a Newton iteration method is mainly applied to nonlinear equations
  3. 所属分类:Compiler program

    • 发布日期:2017-11-24
    • 文件大小:12850176
    • 提供者:孙微
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 28 »
搜珍网 www.dssz.com