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. 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. NEWTON

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

    • 发布日期:2017-03-22
    • 文件大小:545
    • 提供者:刘栋
  1. matlab_newton

    0下载:
  2. 用于matlab用牛顿迭代法解方程,这个在数值计算中是很重要的-Matlab by Newton' s iterative method for solving equations, this in numerical calculation is very important to
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1007
    • 提供者:杜晓伟
  1. newton

    5下载:
  2. 牛顿迭代法是求解非线性微分方程中非常重要的一种算法,收敛速度快!本文提供算例和程序-Newton iterative method is very important for solving nonlinear differential equations an algorithm fast convergence speed! This article provides examples and procedures
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-09-09
    • 文件大小:16384
    • 提供者:陈岩
  1. newton

    0下载:
  2. 牛顿迭代法求非线性方程,是数值就散方法课上的作业。-Newton iteration for nonlinear equations is the numerical method on the loose class operation.
  3. 所属分类:source in ebook

    • 发布日期:2017-03-24
    • 文件大小:1364
    • 提供者:谭松清
  1. NewtonIterationMethod

    0下载:
  2. 通过使用Newton迭代法求解方程 并分析它的解法收敛性; 牛顿迭代法是比较适合用计算机来计算。 -Through the use of Newton iteration method for solving equations and analyze the convergence of its solution Newton iteration is more suitable for the computer to calculate.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:11881
    • 提供者:xulin
  1. Newton

    0下载:
  2. 牛顿计算方法,解非线性方程f(x)=0牛顿方法是一种将非线性函数线性化的方法。 牛顿迭代法求方程的一个实根 -Newton s method of calculating solution of nonlinear equations f (x) = 0 Newton method is a nonlinear function linearization method. Newton iteration equation for a real roots
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:279705
    • 提供者:xi
  1. newton

    0下载:
  2. 牛顿迭代法解非线性方程,可自定义迭代步数和迭代精度,结果可返回解得所有迭代过程,适合于就算方法的初学者作为上机实验的参考资料。-Newton iterative method for solving nonlinear equations, can be customized and iterative precision iterations, the result can be returned to solve for all the iterative process, even if
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:550
    • 提供者:李文俊
  1. shiyanyi

    0下载:
  2. 自选求根问题,分别用二分法、简单迭代法、埃特金加速收敛法和牛顿迭代法求解其根,然后完成编程作业(注意把同一求根问题的几种不同方法放在一个程序之内)。以下求根问题供参考和选择,也可自行选择其他求根问题: 1.用二分法求方程f(x)=x3-2x-5=0在区间[2 , 3]内的根。 2.方程f(x)=2x3-5x2-19x+42=0在x=3.0附近有根,试写出其三种不同的等价形式以构成三种不同的迭代格式,再用简单迭代法求根,观察这三种迭代是否收敛及收敛的快慢。 3.用牛顿迭代法求方程
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:224015
    • 提供者:肖潇
  1. newton

    0下载:
  2. 牛顿迭代法,用于求解非线性方程的解。此程序比较详细,虽然程序看上去很多,但是各方面都很到位。-Newton iterative method for solving nonlinear equations. This procedure in more detail, although the process seems a lot, but all aspects are in place.
  3. 所属分类:matlab

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

    0下载:
  2. 牛顿迭代法求非线性方程的解,需输入初始值,方程,导数方程,步数,error-Newton iteration solution of nonlinear equations required to enter the initial value equation, derivative equation, step number, error
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:612
    • 提供者:张晓君
  1. zxecf

    0下载:
  2. 一种应用牛顿迭代法的MATLAB源程序 解决的是方程求根的问题-A MATLAB application of Newton iteration method to solve the source problem of finding roots of equations
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:676
    • 提供者:罗辉
  1. Newton-Raphson

    0下载:
  2. 牛顿迭代法对于解决非线性方程应该有很重要的作用吧-Newton iterative method for solving nonlinear equations should have a very important role it
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:9430
    • 提供者:tianjingjing
  1. test2_1

    0下载:
  2. 解方程的牛顿迭代法,清晰的步骤,帮助初学数值分析的人。-Newton iterative method of solving equations, clear steps to help beginners who numerical analysis.
  3. 所属分类:Algorithm

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

    0下载:
  2. 牛顿迭代法,与传统意义上的迭代法类似,只是将f(x)进行泰勒级数展开,只保留前两项,然后进行迭代。其迭代方程为x_(k+1)=x_k-(f(x_k))/(f^' (x_k))。 从编程上来讲,以上述方程对固定范围的复数域中的每个点作为初始点进行迭代,每个点都会收敛到该方程的一个解,对不同的解涂抹不同的颜色,就会看出其收敛范围。如果想得到其精确解所在位置,可通过到达给定精度的迭代次数进行判断,因为该点越接近精确解,其迭代速度越快。以下对老师提供的程序和自己写的程序进行一下对比,选用方程为:y=x
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:196608
    • 提供者:summer3575
  1. 迭代法

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

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:haibenben
  1. 牛顿迭代法的MATLAB实现_云磊

    1下载:
  2. 牛顿迭代法是方程求根中的一种较快捷的迭代方法,但遇到较复杂的方程时计算量较大。文章采用了MATLAB编程来实现牛顿迭代法,并给出了具体的计算例子。(Using the MATLAB programming to realize the Newton iterative method)
  3. 所属分类:数学计算

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

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

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

    2下载:
  2. 根据齿面方程方程求解齿面点坐标时,初始点的选择是至关重要的,给出了利用牛顿迭代法求初始点的方法(According to the equation of tooth surface, the selection of initial points is very important when solving the coordinates of tooth face points. The method of finding initial points by Newton iteration
  3. 所属分类:Windows编程

    • 发布日期:2019-03-01
    • 文件大小:1024
    • 提供者:玄和小疯子
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com