搜索资源列表
newton
- 用C语言实现的牛顿迭代法解线N阶方程的程序,并附有实验报告
Newton
- matlab 牛顿法迭代,为数值分析课上的作业,用借鉴于其他的迭代计算中.
Newton迭代
- 用 Newton迭代求f(x)=1/3*x^3-x=0的根的源程序-with Newton iteration f (x) = 1 / 3 * x ^ 3-x = 0 the root of the source
Newton-Raphson
- 该源码是国外用C#编写的用于数学分析的,主要是用来解决牛顿—拉夫逊问题的,电力系统中的各种迭代算法可以参考概算法。
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
newton
- 用fortran编写的牛顿迭代法的源程序-Fortran prepared by Newton iteration of the source
Newton
- 数值计算的Newton迭代解方程算法实现,一个比较不错的实现程序.-a data caculate Newton program, wirted in C.
nd-dd
- 牛顿迭代算法 m文件 我们在计算方法课上讲过,按书上给的算法作的-Newton iterative algorithm m our calculations document class said, according to the book to make the algorithm
newton
- 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
Newton-Raphson
- 利用牛顿拉夫逊算法解非线性方程,该法其核心也是迭代的思想。-Newton_Raphson for nonlinear equation
newton
- 数值分析中非线性方程和方程组的数值解法中的Newton迭代法的c实现。-Newton iterative method for the numerical analysis of nonlinear equations and numerical solution of the equations c.
Newton-diedai
- 一个非线性方程,用fortran编程newton迭代法的解法。。。!-solve function with fortran (newton)
经典牛顿迭代法C++实例
- 使用c++实现了牛顿迭代法的求解方程组的过程。(The use of c++ to achieve the Newton iterative method for solving equations process.)
CUMCM2016Problems
- 通过牛顿迭代法和求一受力分析个链狀物体的受力值(Calculating the force value of a chain object by Newton iteration method)
diedaifa
- 牛顿迭代法(Newton's method)又称为牛顿-拉夫逊(拉弗森)方法(Newton-Raphson method),它是牛顿在17世纪提出的一种在实数域和复数域上近似求解方程的方法。多数方程不存在求根公式,因此求精确根非常困难,甚至不可能,从而寻找方程的近似根就显得特别重要。方法使用函数f(x)的泰勒级数的前面几项来寻找方程f(x) = 0的根。牛顿迭代法是求方程根的重要方法之一,其最大优点是在方程f(x) = 0的单根附近具有平方收敛,而且该法还可以用来求方程的重根、复根,此时线性收敛
牛顿迭代法求方程的根
- 牛顿迭代法求方程的根,C语言实现,方法经典,代码实现,可用MATLAB验证(The Newton iteration method for solving the root of the equation)
Burgers方程_牛顿迭代法
- 用牛顿迭代法求解Buegers方程的精确解(Solving the exact solution of Buegers equation by Newton's iterative method)
Power Flow6.23
- 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.)
牛顿迭代法求初始点
- 根据齿面方程方程求解齿面点坐标时,初始点的选择是至关重要的,给出了利用牛顿迭代法求初始点的方法(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
牛顿迭代法
- 牛顿迭代法,下载就可以直接使用,调试好的(Newton iteration method, download can be used directly, debugging good)