搜索资源列表
nrfajiechaoliu
- 电力系统稳态分析中用牛顿-拉夫逊法求解电力系统稳态潮流问题的MATLAB程序-power system steady-state analysis using the Newton-Raphson method to solve power system steady trend of MATLAB procedures
DERPAR
- 常微分方程求解的搜索延拓法,克服了Newton-Raphson法对初值问题影响过大的问题
newton
- 牛顿法(Newton s method)又称为牛顿-拉夫逊方法(Newton-Raphson method),它是一种在实数域和复数域上近似求解方程的方法。方法使用函数f(x)的泰勒级数的前面几项来寻找方程f(x) = 0的根
newton_raphson
- Summary: Newton-Raphson method for all real roots of the polynomial. MATLAB Release: R11 Descr iption: This M-file calculates all the real roots of the given polynomial. It calls syn_division, a synthetic division function, and derivate, differ
newtmullt 运用Newton-Raphson方法求解非线性方程(组)
- 运用Newton-Raphson方法求解非线性方程(组),该程序同时支持句柄和符号运算- Application of Newton-Raphson method for solving nonlinear equation (s), the program supports both handle and symbol operation
Newton-Raphson
- Newton-Raphsond 算法的源程序,对于要用牛顿法的来说很中重要的,程序注释很仔细,方便阅读-Newton-Raphsond algorithm source code, for use in Newton-Raphsons method is very important, the program notes very carefully, easy to read
N_COmp
- 数值计算算法,包括: (1)Lagrange插值 (2)Newton 插值 (3)求f(x0):秦九韶法 (4)求实系数多项式f(z0)。z0为复数(5)二分法求f(x)=0的根 (6)弦截法求f (x)=0的根 (7)求实系数多项式 方程的实根、复根 (8)解线性方程组:Gauss列主元素消去法( 9 )快速弗利叶变换(FFT) -Numerical algorithms, including: (1) Lagrange interpolat
iterative
- This program contains the iterative methods of finding solutions of the equation f(x)=0, which are also known as the roots of the equation f(x)=0 The methods are: -bisection -false position -newton raphson -secant
powerflow
- c语言编写的牛顿拉夫逊法潮流程序,绝对好用,构思精巧,条理清晰,且加入大量的注释-c language of Newton Raphson load flow program, the absolute ease of use of sophisticated ideas, clarity, and adding a lot of comments ~ ~
Newton-Raphson
- Newton-Raphson算法是求解非线性方程组和有限元的主要程序,是工程人员的必会的算法-Newton-Raphson algorithm for solving nonlinear equations and the finite element of the main program, the engineering staff of the algorithm will
NEWTON-RAPHSON_ALGORITHM
- NEWTON-RAPHSON ALGORITHM
Newton
- 牛顿拉夫逊法-求解非线性方程的一般常用算法,在许多工程中得以应用-Newton Raphson method- commonly used for solving nonlinear equations algorithm was applied in many engineering
newton-raphson-iterative-method
- Excel sheet demonsrating Newton-Raphson Iterative equation solving method
Newton-Raphson-method
- fortran90/95格式,方便科学计算中调用,Newton-Raphson,可用来寻找线性/非线性方程f(x)=0的数值解。标准的数学表达式f(x)表示f是变量x的函数,其通常的表达形式为f(x,a,b,...)=0,f被定义为多于一个变量的函数。在这种情况下,Newton-Raphson算法试图把x以外的变量固定并作为参数,而寻找关于变量x的数值解。-fortran90/95 format, convenience called scientific computing, Newton-R
Global-Newton-Raphson
- 全局牛顿-拉普森方法求解非线性方程组,自动搜索步长,进一步保证了程序的收敛-Global Newton-Raphson method for solving nonlinear equations. The steps can be found automatically. The convergence is better than the common Newton-raphson method.
Newton-Raphson-Algorithm
- 常用牛顿拉夫逊潮流计算程序是用matlab编写的,本程序是用C语言编写,含有中文详细说明和源代码,可以直接粘贴使用。-Common Newton Raphson power flow calculation program is prepared using matlab, this program is written in C language, containing Chinese detailed descr iption and source code can be pasted di
Newton-Raphson-Method
- 一个牛顿-拉弗逊法求解非线性问题迭代过程的简单程序例子-A Newton- Laffer Morrison nonlinear problem solving simple program examples iterative process
NEWTON-RAPHSON
- power flow solutions using Newton Raphson technique on IEEE 14, 30 and 57 bus system. useful for those who want to learn optimization technique in power system. if you find any difficulty mail me or any suggestion is welcome to improve this code.
newton_raphson
- numerical method newton raphson method source code
NewtonRaphson
- matlab code for Newton-Raphson method