搜索资源列表
Matlab-Newton-Interpolation-Code
- 这个matlab程序实现了牛顿插值 (Newton s Interpolation )算法
rafson-num
- A code for Newton-Rafson root Finder in matlab. The program was defined to find the roots of function y=z^3-1
Nonlinear_Programming
- 非线性规划中的最陡下降法、BFGS方法和共轭梯度法matlab源程序(3-拟牛顿BFGS方法).m-Non-linear programming in the steepest descent method, BFGS and conjugate gradient method matlab source code (3- Quasi-Newton BFGS method). M
newton
- 最优化计算方法中 有关于拟牛顿法的一段小代码 可以-Optimization method in the Quasi-Newton method on a small section of code that can look at
Newton
- This code would calculate the approximate root of any polynomial using Newton Raphson Method
newtsol
- Newton-Armijo code for scalar equations: Inputs: X = initial iterate, F = function, TOLA = absolute error tolerance, TOLR = relative error tolerance, JDIFF = 0, analytic derivative, syntax: [f,fp]=f(x), JDIFF = 1, forward difference derivative , Outp
Matlab-Newton-Interpolation-Code
- 这个matlab程序实现了牛顿插值 (Newton s Interpolation )算法。-The matlab program implements Newton interpolation (Newton' s Interpolation) algorithm.
mulDNewton
- 本代码为牛顿下山法求解非线性方程组。其调用格式为[r,m]=mulDNewton(F,x0,eps) 其中F:非线性方程组,x0:初始解,eps:解的精度;r:求得的一组解,n:迭代步数。-The code for Newton' s method for solving nonlinear equations. Its call format [r, m] = mulDNewton (F, x0, eps) where F: non-linear equations, x0: init
LMS_Newton
- function of matlab LMS-Newton algorithm
Newton
- 源码给出了非线性线性规划的牛顿法,代码包含函数文件,以及调用文件,下载即可运行!-Source given nonlinear Newton method for linear programming, the code contains the function file, and call the file, download to run!
solving_nonlinear_equations_with_newton_method
- Kelly的Solving Nonlinear Equations with Newton’s Method-This small book on Newton’s method is a user-oriented guide to algorithms and implementation. Its purpose is to show, via algorithms in pseudo-code, in MATLAB, and with several examples, how
Newton-hermite
- 用matlab编写的实现Newton形式的hermite插值法的代码,生成图像可显示第一节点,第二节点,误差点。-Implementation prepared by matlab hermite interpolation Newton form of the code, generating the image to show the first node, second node, the error point.
Newton
- 用matlab编写的实现牛顿插值法的代码,生成图像可显示节点数,误差点。-Prepared with the matlab code to achieve Newton interpolation to generate the image to show the number of nodes, the error point.
newton
- It is matlab code for Steepest Descent optimization method.
newton
- A newton-rophson load flow code is written by means of MATLAb.
code-methodMATLAB
- Bairstow s approach is to use Newton s method to adjust the coefficients u and v in the quadratic x2 + ux + v until its roots are also roots of the polynomial being solved. The roots of the quadratic may then be determined, and the polynomial may be
Load-flow-newton-raphson
- Load flow with newton rphson algorithm m file matlab code
Solving-Nonlinear-Equations-using-Newton-Raphson.
- Solving Nonlinear Equations using Newton-Raphson matlab code
matlab-code
- this archive contain 5 program in matlab bisection method false position method newton method lagrange interpolation a program to draw fourier series
newtonsystem-NEWTON
- newtonsystem-NEWTON Code For Matlab.
