CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Newton Raphson method

搜索资源列表

  1. gaussseidel-jacboi

    0下载:
  2. 关于高斯塞德尔和雅可比矩阵以及牛顿拉佛逊法的详细例子,主要是采用matlb中的语言编写的-Sise and Bender on the high Jacobian matrix and the Newton Raphson method Laffer detailed examples, mainly used in languages matlb
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1721
    • 提供者:ben
  1. new_raph123

    0下载:
  2. Newton-Raphson method for all real roots of the polynomial
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1065
    • 提供者:rashrash
  1. newtraph

    0下载:
  2. newton raphson method for solving nonlinear equations
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:773
    • 提供者:boy
  1. Newtons-Raphson

    0下载:
  2. source code for implementation of Newton Raphson s method of numerical analysis methods in mathematics.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:536
    • 提供者:skreamer
  1. chaoliujisuan

    0下载:
  2. 基于牛顿拉夫逊法的潮流计算程序源代码,有例子-Newton Raphson method based on the trend of computer program source code, there are examples
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:5575
    • 提供者:韩戍罡
  1. root

    0下载:
  2. Chapter 2. The Solution of Nonlinear Equations f(x) = 0 Algorithm 2.1 Fixed Point Iteration Algorithm 2.2 Bisection Method Algorithm 2.3 False position or Regula Falsi Method Algorithm 2.4 Approximate Location of Roots Algorithm 2.5
  3. 所属分类:matlab

  1. case10

    0下载:
  2. 该程序展示了一个10节点的电力系统潮流计算过程,采用牛顿拉夫逊法-The program shows a 10-node power flow calculation, using the Newton Raphson method
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:3229
    • 提供者:张建民
  1. power-flow-with-c

    0下载:
  2. 电力系统计算潮流程序,使用c语言,牛顿拉夫逊法-The power flow of power system computation procedures, use c language with Newton Raphson method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:9398
    • 提供者:吴三桂
  1. SQRT

    0下载:
  2. Square Root By Newton Raphson Method This routine computes the square root of a 16 bit number(with low byte in NumLo & high byte in NumHi ). After loading NumLo & NumHi with the desired number whose square root is to be computed, bra
  3. 所属分类:assembly language

    • 发布日期:2017-03-25
    • 文件大小:1419
    • 提供者:crispyhan
  1. power-flow-calculation--

    0下载:
  2. 本程序的功能是用牛顿——拉夫逊法进行10节点的潮流计算。-The program’s function is to use Newton- Raphson method for 10-node flow calculation.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:3513
    • 提供者:吴华华
  1. matlab-program

    1下载:
  2. 基于matlab编写了SQP法,乘子法,共轭梯度法,拟牛顿法,信赖域法,最速下降法与牛顿法的最新程序,功能很强大,可供编程参考。-Based on the preparation of MATLAB SQP, multiplier method, conjugate gradient method, quasi-Newton method, trust region method, steepest descent method with the Newton-Raphson method th
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:25099
    • 提供者:丁长涛
  1. power-load-flow

    0下载:
  2. That code is done for Load flow.the basic tool for power system, based on Newton Raphson method
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:790
    • 提供者:hung
  1. nula

    0下载:
  2. 牛顿-拉夫逊法电力系统潮流计算的程序(电力系统)-Newton- Raphson method of power flow calculation procedure
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:8559
    • 提供者:lihui
  1. c_chaoliu-

    0下载:
  2. c语言编写的牛顿拉夫逊法解潮流程序,和matlab相比,c语言编写潮流程序最大的难点在于矩阵求逆,本程序使用的求逆方法是初等行变换法。-The Newton-Raphson method solving power flow proceduresprepared by C language, and compared to MATLAB program, the trend is the most difficult to inverse matrix, the procedure using
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:2677
    • 提供者:
  1. nonlinear-equations

    0下载:
  2. 非线性方程求根程序,含割线法、试位法、不动点迭代法、NEWTON-Raphason方法等,还有详细的误差分析,和各种方法示意图-this program is intended for nonlinear equations,including the regula method/secant method/fix point method/newton-raphson method and so on
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:10459
    • 提供者:
  1. N_R-matlab2

    0下载:
  2. 牛顿-拉夫逊法计算潮流程序,有节点数据可以计算出结果很好用的-Newton- Raphson method to calculate the trend of the program, and node data can be calculated results very well with the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:3091
    • 提供者:王义丹
  1. newtonraphson.c

    0下载:
  2. Newton Raphson Method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:567
    • 提供者:Luis
  1. rickerrr

    0下载:
  2. In numerical analysis, Newton s method (also known as the Newton–Raphson method), named after Isaac Newton and Joseph Raphson, is a method for finding successively better approximations to the roots (or zeroes) of a real-valued function. The algorith
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:700
    • 提供者:mariana
  1. dianliumoxing

    0下载:
  2. 直角牛顿-拉夫逊法的电力系统潮流计算程序,希望能对大家有所帮助-At right angles to the Newton- Raphson method of power flow calculation program, we hope to help
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:2208
    • 提供者:王明亮
  1. nlpf1

    1下载:
  2. 电力系统潮流计算,牛顿拉夫逊法极坐标形式,适用于电气工程及其自动化潮流编程。-Power flow calculation, the Newton Raphson method in polar form, applies to the programming of Electrical Engineering and Automation trend.
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:1961
    • 提供者:陈泉
« 1 2 3 4 5 67 8 9 10 11 12 13 »
搜珍网 www.dssz.com