CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - Newton 迭代

搜索资源列表

  1. 2

    1下载:
  2. matlab开发环境下,牛顿迭代法解非线性方程组,使用者把非线性方程组的M文件fx1(x)和非线性方程组导数的M文件dfx1(x)相应代入即可。-matlab development environment, the Newton iteration solution of nonlinear equations, nonlinear equations to the user of the M documents fx1 (x) and non-linear equations of the
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1.51kb
    • 提供者:平猪
  1. code5_1

    0下载:
  2. NEWTON迭代法求非线性方程的根,方便快捷!-NEWTON iteration of nonlinear equations for root
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:879byte
    • 提供者:张龙
  1. spgs

    0下载:
  2. 用途:利用二分法快速求解非线性方程f(x) = 0; 用向量形式(普通存储格式)的Gauss-Seidel迭代解线性方程组Ax=b;Newton迭代法解非线性方程f(x) = 0;用分量形式的SOR迭代解线性方程组Ax=b;用向量(稀疏存储)形式的Gauss-Seidel迭代解线性方程组Ax=b -Purposes: the use of dichotomy quickly solving nonlinear equations f (x) = 0 with vector form o
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:535byte
    • 提供者:李能
  1. 4

    0下载:
  2. 用newton迭代法求矩阵,可以求任意阶的矩阵,非常好用-By newton iteration matrix can be arbitrary order for the matrix, very easy to use
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:568byte
    • 提供者:fbb
  1. 2

    0下载:
  2. 方程求根的数值试验,利用Newton迭代法,求所给出的方程的跟。-Equation Roots of numerical experiments, using Newton iteration method, find the equation with the given.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:1.02kb
    • 提供者:李萍
  1. newton

    0下载:
  2. 很简单的牛顿算法,不考虑其他的东西,只用简单的迭代-new ton
  3. 所属分类:Other systems

    • 发布日期:2017-04-23
    • 文件大小:63.05kb
    • 提供者:KingRay
  1. newton

    0下载:
  2. Newto迭代非线性方程的根,可以求解多根情况-Newto iterative roots of nonlinear equations, can solve the situation of multiple
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2.8kb
    • 提供者:haohao
  1. 1-Newton

    0下载:
  2. 牛顿迭代算法,可以处理一些简单的计算,得到的结果保存为txt文件。-Newton iterative algorithm that can deal with some simple calculation, and the result saved as a txt file.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:248.56kb
    • 提供者:ruoshui
  1. Aitken

    0下载:
  2. newton迭代法德加速方法,解一些不常规的方程-newton iteration Fade Jia-speed method, solutions of the equations of some non-conventional
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:17.56kb
    • 提供者:Sally
  1. newton

    0下载:
  2. Newton迭代法解一些不常规的方程,不能直接解出来的方程,通过迭代初值的设定,逐步迭代来达到理想的结果-Newton iterative solution of equations of some non-conventional, not directly out of the equation solution, iterative initial value set by gradually iterations to achieve the desired results
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:17.42kb
    • 提供者:Sally
  1. Newton

    2下载:
  2. 潮流计算,内部为GMRES和牛顿法构成的双层迭代,加有预处理-Flow calculation inside a double-iteration of GMRES and Newton' s law, plus pretreatment
  3. 所属分类:Other systems

    • 发布日期:2017-12-09
    • 文件大小:26.56kb
    • 提供者:曹雯
  1. newton

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

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

    0下载:
  2. 一个非线性方程,用fortran编程newton迭代法的解法。。。!-solve function with fortran (newton)
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:647.53kb
    • 提供者:范凡
  1. 经典牛顿迭代法C++实例

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

    • 发布日期:2017-12-20
    • 文件大小:1kb
    • 提供者:helloworldd
  1. CUMCM2016Problems

    0下载:
  2. 通过牛顿迭代法和求一受力分析个链狀物体的受力值(Calculating the force value of a chain object by Newton iteration method)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:639kb
    • 提供者:思巧
  1. diedaifa

    0下载:
  2. 牛顿迭代法(Newton's method)又称为牛顿-拉夫逊(拉弗森)方法(Newton-Raphson method),它是牛顿在17世纪提出的一种在实数域和复数域上近似求解方程的方法。多数方程不存在求根公式,因此求精确根非常困难,甚至不可能,从而寻找方程的近似根就显得特别重要。方法使用函数f(x)的泰勒级数的前面几项来寻找方程f(x) = 0的根。牛顿迭代法是求方程根的重要方法之一,其最大优点是在方程f(x) = 0的单根附近具有平方收敛,而且该法还可以用来求方程的重根、复根,此时线性收敛
  3. 所属分类:其他

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

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

    • 发布日期:2018-04-22
    • 文件大小:11kb
    • 提供者:hcj12138
  1. Burgers方程_牛顿迭代法

    6下载:
  2. 用牛顿迭代法求解Buegers方程的精确解(Solving the exact solution of Buegers equation by Newton's iterative method)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:1kb
    • 提供者:simizar
  1. Power Flow6.23

    0下载:
  2. MATLAB求解电力系统潮流;牛顿迭代法;适用于14节点30节点300节点1047节点等。(MATLAB solves the power system tidal current; Newton iteration method; it applies to 14 nodes, 30 nodes, 300 nodes, 1047 nodes, etc.)
  3. 所属分类:其他

  1. 牛顿迭代法

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

    • 发布日期:2020-11-27
    • 文件大小:32kb
    • 提供者:二狗砸
« 12 3 4 »
搜珍网 www.dssz.com