-
-
LFNewton.rar
based on Newton method on load flow program that can help you better electrical system optimization
-
-
iterative.zip
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
-
-
-
nrlfppg_14bus.rar
This is inportent program for energy sector engineers. This matlab code is based on Newton Rapshion load flow calculations. Use it.
-
-
Netow.rar
牛顿迭代法(Newton s method)又称为牛顿-拉夫逊方法(Newton-Raphson method),它是牛顿在17世纪提出的一种在实数域和复数域上近似求解方程的方法。多数方程不存在求根公式,因此求精确根非常困难,甚至不可能,从而寻找方程的近似根就显得特别重要。
-
exp5.rar
Newton弦截法求根 初值设为x为 0.1,0.2,0.9,9.0.可在程序中更改
-
load_flow.rar
load flow algorithm, with entering bus data and line data it solves the load flow with newton method.
-