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

搜索资源列表

  1. Newton

    0下载:
  2. 本程序为:用牛顿迭代法求解非线性方程2*(x^3)-4*(x^2)+3x-6=0在1.5附近的根的具体程序。-This program is: The Newton iteration method for solving nonlinear equations 2* (x ^ 3)-4* (x ^ 2)+3 x-6 = 0 near the roots at 1.5 specific procedures.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:583
    • 提供者:zhangjian
  1. nonlinear-equation

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

    • 发布日期:2017-03-22
    • 文件大小:11028
    • 提供者:汪张扬
  1. 2

    0下载:
  2. 牛顿迭代法及其二分法的实验编程,适合初学者使用。-Newton iteration method and its experimental programming dichotomy, suitable for beginners.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:602
    • 提供者:qqq
  1. PiCalculator

    0下载:
  2. 这个算法是平方收敛的(每次迭代有效位数增加一倍), 这样要求到Q位有效数字,就至少要log2Q+1次迭代 显然,这种计算是要高精度表示的, 我所用的算法就是普通的高精度加减乘除 加减是O(n)的,时间花费很少。 乘除是O(n2)的,主要的时间花费都在这上面。 而由这个算法中可以看到,bn的计算需要开根号。 这里有两种开根号的办法: ①用初中教我们的方法,每次开两位根号,用除法减掉, 这样所需时间为n2·n/2=O(n3),不可忍受! ②用牛顿迭
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:45068
    • 提供者:joyeep
  1. fractal

    0下载:
  2. 基于opencv实现的分形几何牛顿迭代法的混沌情况的实现,编程环境vs2008-fractal implemented under the environment of vs2008 using the opencv1.0 library
  3. 所属分类:Fractal program

    • 发布日期:2017-04-09
    • 文件大小:1118170
    • 提供者:Jason
  1. 1

    0下载:
  2. 这是学c很基础数学算法,叫做牛顿迭代法,适合初学者-This is the very basis of science c mathematical algorithm, called the Newton iterative method, suitable for beginners
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1554
    • 提供者:宾语
  1. Inc

    0下载:
  2. 采用牛顿迭代法求平方根,直接向上取整,获得相应的值-Newton Iterative Method for the rounded square root
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:1180
    • 提供者:anndaming
  1. mulSimNewton

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

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

    0下载:
  2. 全选主元高斯消去法解线性方程组,牛顿迭代法求非线性方程组-Full pivoting Gaussian elimination method for solving linear equations, Newton iterative method for solving nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1501
    • 提供者:Dennis
  1. algorithm-source-code

    0下载:
  2. 二分法、复化辛卜生公式、拉格郎日插值多项式、牛顿值多项式、牛顿迭代法等算法源代码-algorithm source code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:9020
    • 提供者:李昌杰
  1. 111

    0下载:
  2. 非线性数值分析 牛顿迭代法、Gauss-Seideil迭代法以及SOR矩阵分解-Numerical analysis of nonlinear Newton iteration, Gauss-Seideil SOR iteration method and the matrix factorization
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:733861
    • 提供者:whr
  1. Newton

    0下载:
  2. 本程序是用牛顿迭代法求解方程f(x)=x^3-x^2-1的一个实根的C语言实现-This procedure is used Newton iteration method for solving equations f (x) = x ^ 3-x ^ 2-1 a real root of the C language
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:583
    • 提供者:林明锋
  1. R011M

    0下载:
  2. 主要是应用牛顿迭代法计算方程。是程序设计周的时候,写的,不知道怎么样-The main method is the application of Newton equations. Design Week is the time to program, write, and do not know how
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1362
    • 提供者:wangshan
  1. Solving-equations-

    0下载:
  2. 迭代法,牛顿迭代法,试位法,二元搜索法,弦割法解方程。 -Solving equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:824
    • 提供者:白色山
  1. SCM-subroutine-library

    0下载:
  2. 目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的速度-At present, a number of published versions of the subroutine library, they have their own characteristics. The library of the square root algorithm for fast approximat
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:29513
    • 提供者:张奇
  1. math

    0下载:
  2. 数学计算代码:二分法,分段二次插值,复合辛普森算法,拉格朗日插值,牛顿迭代法,顺序消元法。-Math code: dichotomy, piecewise quadratic interpolation, composite Simpson method, Lagrange interpolation, Newton iteration, sequential elimination method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:102228
    • 提供者:张效
  1. 1

    0下载:
  2. 牛顿迭代法,编译环境VC++ 6.0 编译没问题 已经验收-Newton iteration, the build environment compile VC++ 6.0 have been accepted without question
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:544
    • 提供者:liyan
  1. newton

    1下载:
  2. 牛顿迭代法函数,有6个参数,可缺省后3个参数;动态画出迭代过程-Newton iteration function, there are 6 parameters, 3 parameters after the default dynamic iterative process to draw
  3. 所属分类:matlab

    • 发布日期:2014-10-17
    • 文件大小:1024
    • 提供者:eileen
  1. Newton-iteration-procedure

    0下载:
  2. 牛顿迭代法程序c语言程序,,,经过测试正确-Newton iteration procedure c language program,,, right after the test
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:198577
    • 提供者:星沉
  1. Numberical_Analysis

    0下载:
  2. 用C++实现的线性代数矩阵计算方法,其中包括牛顿迭代法、LUP分解矩阵法以及龙贝格方法-Implemented with C++ Matrix Method of linear algebra, including the Newton iteration, LUP matrix decomposition method of law and the Romberg
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6067
    • 提供者:caogecym
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 29 »
搜珍网 www.dssz.com