CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - Newton code

搜索资源列表

  1. Matlab-Newton-Interpolation-Code

    0下载:
  2. 这个matlab程序实现了牛顿插值 (Newton s Interpolation )算法
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:46.16kb
    • 提供者:liyuedsg
  1. rafson-num

    0下载:
  2. A code for Newton-Rafson root Finder in matlab. The program was defined to find the roots of function y=z^3-1
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:679byte
    • 提供者:Hossein
  1. Nonlinear_Programming

    3下载:
  2. 非线性规划中的最陡下降法、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
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:738byte
    • 提供者:lilin
  1. newton

    0下载:
  2. 最优化计算方法中 有关于拟牛顿法的一段小代码 可以-Optimization method in the Quasi-Newton method on a small section of code that can look at
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:804byte
    • 提供者:redgate
  1. Newton

    0下载:
  2. This code would calculate the approximate root of any polynomial using Newton Raphson Method
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:602byte
    • 提供者:Shazni
  1. newtsol

    0下载:
  2. 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
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1.31kb
    • 提供者:devdvl
  1. Matlab-Newton-Interpolation-Code

    0下载:
  2. 这个matlab程序实现了牛顿插值 (Newton s Interpolation )算法。-The matlab program implements Newton interpolation (Newton' s Interpolation) algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:547byte
    • 提供者:动荡
  1. mulDNewton

    1下载:
  2. 本代码为牛顿下山法求解非线性方程组。其调用格式为[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
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:543byte
    • 提供者:锦夏
  1. LMS_Newton

    0下载:
  2. function of matlab LMS-Newton algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1.38kb
    • 提供者:bessem
  1. Newton

    0下载:
  2. 源码给出了非线性线性规划的牛顿法,代码包含函数文件,以及调用文件,下载即可运行!-Source given nonlinear Newton method for linear programming, the code contains the function file, and call the file, download to run!
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1.74kb
    • 提供者:lihaiqiang
  1. solving_nonlinear_equations_with_newton_method

    1下载:
  2. 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
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4.17mb
    • 提供者:wangzijian
  1. Newton-hermite

    0下载:
  2. 用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.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:842byte
    • 提供者:林安安
  1. Newton

    0下载:
  2. 用matlab编写的实现牛顿插值法的代码,生成图像可显示节点数,误差点。-Prepared with the matlab code to achieve Newton interpolation to generate the image to show the number of nodes, the error point.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:779byte
    • 提供者:林安安
  1. newton

    0下载:
  2. It is matlab code for Steepest Descent optimization method.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1.48kb
    • 提供者:Piyush
  1. newton

    0下载:
  2. A newton-rophson load flow code is written by means of MATLAb.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2.34kb
    • 提供者:Mahdi
  1. code-methodMATLAB

    0下载:
  2. 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
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2.18kb
    • 提供者:ismaail
  1. Load-flow-newton-raphson

    0下载:
  2. Load flow with newton rphson algorithm m file matlab code
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1.39kb
    • 提供者:zaqwaz
  1. Solving-Nonlinear-Equations-using-Newton-Raphson.

    0下载:
  2. Solving Nonlinear Equations using Newton-Raphson matlab code
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:762byte
    • 提供者:zaqwaz
  1. matlab-code

    0下载:
  2. this archive contain 5 program in matlab bisection method false position method newton method lagrange interpolation a program to draw fourier series
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2.32kb
    • 提供者:hassani
  1. newtonsystem-NEWTON

    0下载:
  2. newtonsystem-NEWTON Code For Matlab.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1.31kb
    • 提供者:ariyan
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com