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

搜索资源列表

  1. 二分法、简单迭代法、牛顿迭代法收敛比较

    1下载:
  2. 用C语言来实现。二分法,简单迭代法矣牛顿迭代法这三种方法来求非线性的方程的根,比较这三种的收敛性。-C language. Dichotomy, a simple iterative method Yi Newton iteration of these three methods for nonlinear equations root, comparing the convergence of three.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:22129
    • 提供者:luo
  1. 牛顿迭代法(M)

    1下载:
  2. 原题:编写一个子程序NewTon(float x0,float eps,float x1)。它的功能是用牛顿迭代法求f(x)=x*x*x-2x*x+4x+1在x=0附近的一个实根。若迭代成功,则返回费0值;否则,返回0。-original title : the preparation of a subroutine NewTon (x0 float, float eps, float x1). Its function is to use Newton's iterative meth
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10464
    • 提供者:XFX
  1. 牛顿迭代法求根

    0下载:
  2. 牛顿迭代法求根 这个也是计算方法中的常用计算程序 学过的人都知道的-Newton iterative method for solving this calculation method is commonly used in the calculation procedures learned in the people know that the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8914
    • 提供者:郑双明
  1. 牛顿迭代法

    0下载:
  2. 牛顿迭代法
  3. 所属分类:Windows编程

    • 发布日期:2009-01-22
    • 文件大小:27136
    • 提供者:YXLLJ68
  1. 牛顿迭代法

    0下载:
  2. 牛顿迭代法
  3. 所属分类:源码下载

    • 发布日期:2011-03-29
    • 文件大小:416
    • 提供者:jiangbyLove
  1. 牛顿迭代法程序

    1下载:
  2. 牛顿迭代法求解非线性方程组的源程序
  3. 所属分类:源码下载

  1. 牛顿迭代法解非线性方程组

    3下载:
  2. 牛顿迭代法解非线性方程组,C语言程序,基本数值计算算法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-11-24
    • 文件大小:3129
    • 提供者:paganini
  1. 线性方程组的迭代法和牛顿数值积分

    1下载:
  2. 线性方程组的迭代法:Jacobi, Gauss-Seidel,SOR,SOR for Poisson。 牛顿数值积分方法及其Steffensen加速法。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-12-24
    • 文件大小:1036
    • 提供者:skiloop@126.com
  1. 牛顿迭代法求非线性方程组

    2下载:
  2. 牛顿迭代法求非线性方程组,来自《精通matlab科学计算》一书,Newton iteration method for nonlinear equations, from " well versed in scientific computing matlab" book
  3. 所属分类:数值算法/人工智能

    • 发布日期:2016-01-27
    • 文件大小:6400
    • 提供者:罗烧灼
  1. 详细推导了复平面上牛顿迭代法的原理和计算公式

    0下载:
  2. 详细推导了复平面上牛顿迭代法的原理和计算公式,用MATLAB编程实现了牛顿迭代法,得到一些奇异绚丽的分形图形-The complex plane is derived in detail the principle and Newton' s iteration formula, using MATLAB programming Newton' s iterative method, get some strange colorful fractal images
  3. 所属分类:软件工程

    • 发布日期:2017-04-09
    • 文件大小:1406377
    • 提供者:wanglei
  1. Newtoniterate

    1下载:
  2. 数值计算牛顿迭代法的matlab源程序 说明如下: %fun----input,the part as the form of f(x) in the equation f(x)=0 % ini----input,sets the starting point to ini % err----input,sets admissible error % sol----output,returns the root of equation-Numerical calculati
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:851
    • 提供者:闫安心
  1. newt_g

    0下载:
  2. 牛顿迭代法求非线性方程的根 调用格式:f_name函数名; x0初值; xmin,xmax:x坐标; n_point描绘曲线所用点数-Newton iteration of nonlinear equations for root Call format: f_name function names x0 initial value xmin, xmax: x coordinates n_point curve described by points
  3. 所属分类:Scanner

    • 发布日期:2017-04-01
    • 文件大小:694
    • 提供者:侯源君
  1. nanewton1

    1下载:
  2. 牛顿迭代法 若高阶非线性方程组: u ( x , y) = 0 v ( x , y) = 0 可以用迭代公式 -Newton iteration if the higher-order nonlinear equations: u (x, y) = 0v (x, y) = 0 can be used iterative formula
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1102
    • 提供者:
  1. NEWTON

    1下载:
  2. 利用牛顿迭代法解非线性方程,这是其matlab程序-Using Newton iteration solution of nonlinear equations, which are its matlab program
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:545
    • 提供者:刘栋
  1. 经典牛顿迭代法C++实例

    0下载:
  2. 使用c++实现了牛顿迭代法的求解方程组的过程。(The use of c++ to achieve the Newton iterative method for solving equations process.)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:helloworldd
  1. 迭代法

    1下载:
  2. 五种迭代法解------非线性方程求根 分别采用了牛顿法、简易牛顿法、史蒂芬孙迭代法、二分法和割线法(The iterative method for solving nonlinear equations.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:haibenben
  1. 牛顿迭代代码

    0下载:
  2. 通过牛顿迭代法实现求一个函数在区间内的所有根(All the roots of a function in the interval are obtained by the Newton iterative method)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:377856
    • 提供者:肉嘟嘟
  1. 牛顿迭代法求方程的根

    0下载:
  2. 牛顿迭代法求方程的根,C语言实现,方法经典,代码实现,可用MATLAB验证(The Newton iteration method for solving the root of the equation)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:11264
    • 提供者:hcj12138
  1. 牛顿迭代法

    1下载:
  2. matlab环境下试用于高维方程组求解的牛顿迭代法算法函数(Newton iterative algorithm function for solving higher dimensional equations in matlab Environment)
  3. 所属分类:matlab例程

    • 发布日期:2020-04-14
    • 文件大小:1024
    • 提供者:madezhizhang
  1. 牛顿迭代法

    1下载:
  2. 牛顿迭代法,下载就可以直接使用,调试好的(Newton iteration method, download can be used directly, debugging good)
  3. 所属分类:其他

    • 发布日期:2020-11-27
    • 文件大小:32768
    • 提供者:二狗砸
« 12 3 4 5 6 7 8 9 10 ... 29 »
搜珍网 www.dssz.com