搜索资源列表
Newton
- 牛顿迭代法求解非线性方程,已在TC2.0中编译通过-Newton iterative method for solving nonlinear equations, in which compile WITH TC 2.0
newton
- 牛顿迭代法是求解非线性微分方程中非常重要的一种算法,收敛速度快!本文提供算例和程序-Newton iterative method is very important for solving nonlinear differential equations an algorithm fast convergence speed! This article provides examples and procedures
Newton
- 研究生课程数值分析的Newton迭代算法,通用程序。解压无需密码-Numerical Analysis postgraduate courses in the Newton iterative algorithm, common procedures. Unzip without password
NEWTON
- 这个是优化方法中的一种方法,叫做牛顿法,是一种简单实用的迭代方法。-This is the optimization of a method, called Newton s law, is a simple practical iterative method.
iterative
- This program contains the iterative methods of finding solutions of the equation f(x)=0, which are also known as the roots of the equation f(x)=0 The methods are: -bisection -false position -newton raphson -secant
newton
- 用简单迭代法和牛顿迭代法求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
Newton
- 用Newton迭代法求解方程的根,用matlab实现-Newton iterative method for solving equations with roots, using matlab implementation
newton
- 牛顿-拉夫森迭代方法是解非线性方程非常著名也是比较有效的方法之一,如果离初值近,收敛速度很快。-Newton- La Fusen iterative method for solving nonlinear equations is well-known effective method is one of, if the initial value from the past, the convergence is fast.
newton
- 牛顿迭代法解非线性方程,可自定义迭代步数和迭代精度,结果可返回解得所有迭代过程,适合于就算方法的初学者作为上机实验的参考资料。-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
newton
- 牛顿迭代法用于求解非线性方程组,及求解范围-Newton iterative method for solving nonlinear equations, and solve the range
NEWTON
- 用牛顿迭代法实现实现数值计算方法,用来求解方程的根。-Achieved with the Newton iterative method to achieve numerical method used to solve the roots of the equation.
newton
- 牛顿迭代法,用于求解非线性方程的解。此程序比较详细,虽然程序看上去很多,但是各方面都很到位。-Newton iterative method for solving nonlinear equations. This procedure in more detail, although the process seems a lot, but all aspects are in place.
Newton-iterative-improvement
- 改进的牛顿迭代法,主要是收敛速度上的改进,到三阶和五阶。-Improved Newton iterative method, mainly is the convergence speed improvement, to the first three and five order.
Newton-iterative-method
- 经典的matlab算法有好多种,在这里介绍代数方程组的解法中的牛顿迭代法。-Classic matlab algorithm have a variety of, in the method presented here the algebraic equations of Newton iterative method.
Newton-iterative-method
- 牛顿迭代法求解方程x² -2=0,java实现-Newton iterative method for solving equations x ² -2 = 0, java achieve
Newton-Iterative
- 用C++语言实现牛顿迭代法解线性方程组,是C++控制台程序,基于VS2010。-To realize the Newton iterative method for solving equations by using C++ language.
Newton-iterative-method
- 牛顿迭代法解非线性函数的基本思路是通过曲线上任意点的切线来逼近函数的根-The basic ideas of Newton iterative method for solving nonlinear function is through the tangent at any point on the curve to approximate the function of root
Newton-iterative
- 一个采用牛顿迭代法求解非线性方程组的程序,很常用-A Newton iterative method for solving nonlinear equations of the program, it is commonly used
Newton-iterative-method
- 牛顿迭代法以微分为基础的,微分就是用直线来代替曲线,由于曲线不规则,那么我们来研究直线代替曲线后,剩下的差值是不是高阶无穷小,使得近似得到所要求得解。-Newton iterative method based on the differential based, differential is in a straight line to replace the curve, due to the irregular curve, we studied line instead of the c
Newton
- Newton迭代法的思想和方法,以及求解实际线性方程组的程序(Newton iterative method of thinking and methods, as well as the solution of the actual linear equations of the program)