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

搜索资源列表

  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. 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. 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. Solving-equations-

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

    • 发布日期:2017-04-01
    • 文件大小:824
    • 提供者:白色山
  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. algorithm

    0下载:
  2. 超松弛迭代法、最小二乘法、拉格朗日插值法、牛顿插值法、牛顿迭代法、雅克比迭代-Over relaxation method, least squares, Lagrange interpolation, Newton interpolation, Newton' s iterative method, Jacobi iteration
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7227
    • 提供者:钱伟欣
  1. solve-function

    0下载:
  2. 四种方法解方程 1.一般迭代法 2.二分法 3.弦截法 4.牛顿迭代法 -Four methods of solving equations 1 general iteration 2 dichotomy 3 4 chord cut method, Newton iteration
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1099
    • 提供者:刘建军
  1. Newton

    0下载:
  2. 使用牛顿迭代法求椭球体上点的坐标,可以根据卫星数据求地面坐标-Use Newton' s method for the coordinates of points on the ellipsoid can find ground coordinates based on satellite data
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1355
    • 提供者:heyongjie
  1. Cpp1

    0下载:
  2. 牛顿迭代的c语言程序,牛顿迭代法是求方程根的重要方法之一,其最大优点是在方程f(x) = 0的单根附近具有平方收敛,而且该法还可以用来求方程的重根、复根,此时线性收敛,但是可通过一些方法变成超线性收敛。另外该方法广泛用于计算机编程中。 -Newton iteration c language program, Newton' s law is an important way to find one root of the equation, its greatest advantag
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:566
    • 提供者:liuchang
  1. qwerty

    0下载:
  2. 自定义开根号 非牛顿迭代法 能快速计算 有一些局限性-Custom roots and non-Newton method to quickly calculate some limitations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:43099
    • 提供者:xkm
  1. shuzhifenxishangjiliti

    0下载:
  2. 数值分析中牛顿迭代法、超松弛迭代法、定步长法算例分析-Newton' s iterative method of numerical analysis, over-relaxation iteration method, fixed-step method Analysis of Cases
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:360929
    • 提供者:任月
  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 2 3 4 5 6 7 89 10 11 12 13 ... 20 »
搜珍网 www.dssz.com