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

搜索资源列表

  1. 1

    0下载:
  2. 关于香蕉函数的牛顿迭代法 梯度法的计算 其中有梯度和hesse矩阵计算-About Banana Newton iteration function gradient calculation method which has gradients and hesse matrix calculation
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:3819
    • 提供者:孙飞
  1. numerical-analysis-homework

    0下载:
  2. 东大版数值分析上机题作业,包含牛顿迭代法、高斯赛德尔迭代法、龙格库塔法等-Southeast University version of 《numerical analysis 》homework , including the Newton iterative method, high Sisaideer iterative method, Runge-Kutta method
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:67889
    • 提供者:yu
  1. yuanchengxu

    0下载:
  2. 上传的源程序是用matlab实现的二分法、牛顿迭代法、改进牛顿迭代法、最小二乘法等数值分析常用方法,简明易懂、结果正确。-Upload the source is achieved using matlab dichotomy of Newton iteration, improved Newton iteration method, numerical analysis commonly used method of least squares method, concise and easy
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2499
    • 提供者:makangjian
  1. 20

    0下载:
  2. 数值算法例子,牛顿迭代法算方程根,还有一些其他内容,打开试试就知道了。-mathematical approach
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:8154
    • 提供者:Zhangwen
  1. newton-laffson

    0下载:
  2. 解决了一些牛顿迭代法的非线性系统,对电力系统潮流计算有帮助-Solve some of Newton iteration of nonlinear systems
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:795
    • 提供者:严严
  1. newton

    0下载:
  2. 以mathematica9中文版来计算由牛顿迭代法产生的实根。因开发环境中没有mathematica,故只好选matlab.-Using mathematica9 to calculate the real root produced by the Newton iterative method. The station is estimated without.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3154
    • 提供者:天外飞仙
  1. main_NT

    1下载:
  2. 牛顿迭代法 matlab代码 非常好用而经典的算法-Newton iterative method matlab code Very easy to use classic algorithms
  3. 所属分类:matlab例程

    • 发布日期:2017-05-23
    • 文件大小:746
    • 提供者:黄勇
  1. optimization-Control-program

    0下载:
  2. 几种典型的优化控制方法的程序,包括黄金分割法,牛顿迭代法,二分法-A typical optimization Control program,golden section method,Newton iteration
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3346
    • 提供者:wang
  1. 1

    0下载:
  2. 用于非线性方程组的求解,主要是采用牛顿迭代法进行非线性方程组的数值求解-For solving nonlinear equations, mainly numerical solving nonlinear equations of Newton iterative method
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:14342
    • 提供者:zhangzhiqiang
  1. Newton-iteration-

    0下载:
  2. MATLAB实现牛顿迭代法求解非线性方程组-MATLAB realization of Newton iteration method for solving nonlinear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1010
    • 提供者:knight
  1. Newton-iterative

    0下载:
  2. 一个采用牛顿迭代法求解非线性方程组的程序,很常用-A Newton iterative method for solving nonlinear equations of the program, it is commonly used
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1214
    • 提供者:陈定市
  1. Newton

    0下载:
  2. 这是一个利用迭代法来求解非线性方程组的经典的牛顿迭代法,可以有助于理解迭代逼近的思想-A program on the understanding of solving nonlinear equations by iterative method
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4441
    • 提供者:wuheng
  1. Newtoniterative

    0下载:
  2. 牛顿迭代法,最小二乘法,解任意未知数的2阶方程,带有误差分析-Newton iterative method, least squares method, the solution of any unknown second-order equation with error analysis
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1201
    • 提供者:李奇
  1. power-flow

    0下载:
  2. 简单的潮流计算,涉及到导纳矩阵的求解及牛顿迭代法等算法-Simple flow calculation, involving admittance matrix and Newton iterative method for solving algorithms
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:18363
    • 提供者:胡姐
  1. Newton-downhill-and-iteration-method

    0下载:
  2. 其中包含牛顿迭代法法,二分法,牛顿下山法 最优化求解的方法 -Newton downhill method and the improved Newton iteration method
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1803
    • 提供者:guli
  1. niniudunfaqiufeixianxinfangchengzu

    0下载:
  2. 非线性方程求解问题是科学与工程计算中常见的问题,应用于自然科学与社 会科学的众多领域。非线性方程组的牛顿迭代法是相当重要也是很多重要算法的 基础的算法。-Nonlinear equations to solve the problem is common in science and engineering computing problems, applied natural sciences and social It will be scientific fields. Non
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3726
    • 提供者:张宝
  1. newton-steffensen

    0下载:
  2. 方程的数值解法,包含牛顿迭代法和基于牛顿法的史蒂芬森加速法。matlab实现,注释很详细。-Numerical solutions of equations containing the Newton iteration method and newton-steffensen method.Matlab, very detailed comments.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1067
    • 提供者:小透明
  1. Newton-iterative-method

    0下载:
  2. 牛顿迭代法以微分为基础的,微分就是用直线来代替曲线,由于曲线不规则,那么我们来研究直线代替曲线后,剩下的差值是不是高阶无穷小,使得近似得到所要求得解。-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
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:947
    • 提供者:安安
  1. iteration_Newtom_equations

    0下载:
  2. 牛顿迭代法解非线性方程组,快速、高效。精度也很高。-Newton iterative method for solving nonlinear equations, fast and efficient. Accuracy is also high.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:653
    • 提供者:yeastfly
  1. matlab(matlab-code)

    0下载:
  2. matlab数值计算分析常用小程序代码,包括龙格库塔法、牛顿迭代法、欧拉法等-matlab numerical analysis commonly used applet code, including the Runge-Kutta method, Newton iteration method, Euler method
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:236534
    • 提供者:hezudao
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com