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

搜索资源列表

  1. solve_newton

    0下载:
  2. 本程序使用了改进欧拉法求解微分方程dy=x+exp(y),[0,1]。过程中使用了牛顿迭代法进行了简单的求根,避免了应用函数的繁琐处理,可以作为欧拉法与牛顿法的示例程序。-This procedure uses the Euler method to improve the differential equation dy = x+ exp (y), [0,1]. The course of using the Newton iterative method for the simple roo
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1874
    • 提供者:kevin
  1. feixianxing

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

    • 发布日期:2016-09-09
    • 文件大小:12092
    • 提供者:舞蛳
  1. MCS-51

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

    • 发布日期:2016-02-04
    • 文件大小:197676
    • 提供者:ahu
  1. jisuanfangfa

    0下载:
  2. 用Vc++语言实现拉格朗日插值、牛顿插值、 复化Simpson公式、龙贝格公式、牛顿迭代法、高斯列主元消去法、Seidel 迭代法-Vc++ language with the realization of the Lagrange interpolation, Newton interpolation, Complex formula of Simpson, Romberg formula, Newton iteration, Gauss elimination method
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:38401
    • 提供者:pyx
  1. sqrt_itera_q15x

    0下载:
  2. 采用牛顿迭代法编写的定点化的开方运算,定点化的精度为Q15-Newton iterative method used to prepare the prescr iption of the fixed-point computation, the accuracy of fixed-point Q15
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:530
    • 提供者:姜莎
  1. niudundiedaifa

    0下载:
  2. visual basic初学的经典算法牛顿迭代法的源码-visual basic beginner' s classical algorithm for Newton' s iteration of the source
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1531
    • 提供者:jz
  1. 110612120

    0下载:
  2. 所以关于计算方法的全部报告,包括编写割线迭代法的程序,求非线性方程的解,并与牛顿迭代法作比较-Therefore, regarding the calculation of the full report, including the preparation of secant iterative procedure for solution of nonlinear equations, and compared with the Newton' s iterative method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:76454
    • 提供者:luzhiqin
  1. Newton3

    0下载:
  2. 一元二次方程牛顿迭代法的可视化,只要你输入参数以及逼近值,即以界面的形式输出结果以及图形-Dollar Quadratic Newton iteration method for visualization, as long as you enter the parameters and the approximation value, that is in the form of output interface, and graphical
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1876008
    • 提供者:Bill Gates
  1. newton

    0下载:
  2. 用简单迭代法和牛顿迭代法求exp(x)+10*x-2=0的近似根,误差不超过0.0005,取初值为0,简单迭代法用迭代过程(2-exp(x))/10-With a simple iteration method and Newton iterative method seeking exp (x)+10* x-2 = 0 approximation of the root, the error does not exceed 0.0005, take initial value of 0, a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:511074
    • 提供者:吴岳伟
  1. Newton

    0下载:
  2. 可以计算非线性方程的近似解,通过牛顿迭代法逐渐接近真值。-Can calculate the approximate solution of nonlinear equations by Newton' s iterative method move closer to true value.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:679
    • 提供者:陈寅生
  1. Newtonfangchengqiujie

    0下载:
  2. 运用数学二分法、牛顿迭代法方程求根,程序运行通过,满足效果-Dichotomy, Newton iteration equation Roots
  3. 所属分类:Algorithm

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

    0下载:
  2. 高效率的牛顿迭代法,求根。C实现的版本。-Efficient Newton iteration method, Roots. C implementation version.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1552
    • 提供者:Cao Zhongyan
  1. niudunfa

    0下载:
  2. 这是自己做的牛顿迭代法程序,比较简单,和大家一起交流一下-This is their own doing Newton iteration procedure is relatively simple, with everyone sharing what
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:256121
    • 提供者:汪海
  1. Newton

    0下载:
  2. 牛顿迭代法解方程组 写得比较简单 但是使用-Newton' s iterative method solution of equations written in relatively simple, but the use of
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:608
    • 提供者:crynixes
  1. nd

    0下载:
  2. 在CCS环境下,用C语言编写用牛顿迭代法解非齐次线性方程组(在此为3个方程)的代码。-In the CCS environment, using C language solution using Newton' s iterative method of non-homogeneous linear equations (in this case 3 equation) code.
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:424621
    • 提供者:黄敏
  1. djhsajdh

    0下载:
  2. Gauss 消元法 — 不选主元 Gauss 消元法 — 列选主元. 插值法 lagrange .cpp 插值法 lagrange .cpp 二分法.txt 二分法和简单迭代法以及埃特金.txt 复化辛卜生公式.txt快速弦截法 gauss-seidel选代.txt牛顿迭代法.txt-Gauss elimination method- do not choose the principal component Gauss elimination method- principal c
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:7536
    • 提供者:贾斌
  1. Algorithm

    0下载:
  2. 方程求根的牛顿迭代法的算法和熟悉列主元高斯消元法解线性方程组的算法-Equation Roots of Newton' s iteration algorithm and PCA are familiar with out Gaussian elimination algorithm for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:64963
    • 提供者:zhangmin
  1. Fig.6

    0下载:
  2. Stud. Appl. Math. 118, 153-197 (2007)关于solitons的一篇文章,figure6的编程,主要是运用牛顿迭代法进行数值模拟的。-Stud. Appl. Math. 118, 153-197 (2007) on the solitons in an article, figure6 programming, primarily using Newton' s iterative method of numerical simulation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:2941
    • 提供者:林云
  1. numerus

    0下载:
  2. 数值算法的相关算法实现,包括单点弦法迭代法 牛顿迭代法 二分法 拉格郞日插值 牛顿法插值等算法-Numerical algorithm related algorithms, including the single-point chord iteration Newton' s iteration method dichotomy Rugby Lang on Newton interpolation algorithm for interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:74544
    • 提供者:
  1. shiyan

    0下载:
  2. 在要求的误差范围内,用迭代法、二分法及牛顿迭代法求解方程的近似解-Within the required error with iteration, bisection and Newton' s iteration method for solving the approximate solution
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:691
    • 提供者:王宝木
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 28 »
搜珍网 www.dssz.com