搜索资源列表
diedaifajisuangen
- 用newton迭代法求方程根的源代码 给出了newton迭代法的实现-with chemotherapy iterative method for equation of the source code is given to the newton iterative method to achieve
作业题一
- matlab牛顿迭代方法,上机试验对于初学者又很大的帮助,简单易懂-Matlab newton iterative method, the pilot on the plane for beginners also very helpful and easily understood
chazhinihe2123
- matlab 插值与拟合的几个程序 牛顿迭代法 数值分析与mtlab源码 还有其他的一些例子-Matlab interpolation and fitting of several procedures newton iterative numerical analysis and also its source mtlab Some of his examples
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. This procedure in more detail, although the process seems a lot, but all aspects are in place.
newton
- 牛顿迭代算法 matlab牛顿迭代算法牛顿迭代算法 matlab牛顿迭代算法牛顿迭代算法 matlab牛顿迭代算法牛顿迭代算法 matlab -newton iterative algorithm iterative algorithm of newton newton algorithm matlab matlab newton newton algorithm algorithm algorithm matlab newton newton newton algorithm algorith
newton
- 牛顿迭代法,用于对通用多项式的计算,可自己设置处置,精度等-newton iterative method for the calculation of general polynomials can set up their own disposal, precision
newton-Raphson
- 牛顿迭代法对于解决非线性方程应该有很重要的作用吧-newton iterative method for solving nonlinear equations should have a very important role it
newton
- 牛顿迭代算法,可以解决非线性优化问题,但是求出的是局部最优解,应用时应该注意-newton iterative algorithm to solve nonlinear optimization problems, but find the local optimal solution, the application should be noted
newton-iterative-method
- 经典的matlab算法有好多种,在这里介绍代数方程组的解法中的牛顿迭代法。-Classic matlab algorithm have a variety of, in the method presented here the algebraic equations of newton iterative method.
newton
- Matlab数值计算中的牛顿迭代法例程,非常好用-Matlab numerical calculation of newton iterative method routine, very easy to use
newton
- 牛顿迭代法的基本算法,包含所有的的程序流程。-newton iterative method
newton
- 以mathematica9中文版来计算由牛顿迭代法产生的实根。因开发环境中没有mathematica,故只好选matlab.-Using mathematica9 to calculate the real root produced by the newton iterative method. The station is estimated without.
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 iterative method, the application of this program, packaged as a function, you can call.)
newtonddf
- 内附newton迭代法求解非线性方程和非线性方程组的M文件 li6_26fun.m,dli_26fun.m存储非线性方程及其微分函数 li6_28fun.m,Jli_26fun.m存储非线性方程组及其Jacobi矩阵函数(Containing newton iterative method for solving nonlinear equations and nonlinear equations of the M file Li6_26fun.m, dli_26fun.m stored
newton
- 回溯先搜索法梯度下降法与牛顿迭代算法结合的MATLAB例程(Backtracking first search method, gradient descent method and newton iterative algorithm combined with MATLAB routines)
newton
- 牛顿迭代法,与传统意义上的迭代法类似,只是将f(x)进行泰勒级数展开,只保留前两项,然后进行迭代。其迭代方程为x_(k+1)=x_k-(f(x_k))/(f^' (x_k))。 从编程上来讲,以上述方程对固定范围的复数域中的每个点作为初始点进行迭代,每个点都会收敛到该方程的一个解,对不同的解涂抹不同的颜色,就会看出其收敛范围。如果想得到其精确解所在位置,可通过到达给定精度的迭代次数进行判断,因为该点越接近精确解,其迭代速度越快。以下对老师提供的程序和自己写的程序进行一下对比,选用方程为:y=x