-
-
-
-
-
[
Visual C++ (VC++)]
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
Category:
Algorithm Upload User:
ah_jiwei Size:
368K
-
-
-
[
Matlab]
ALG023.rar
NEWTON-RAPHSON ALGORITHM 2.3
To find a solution to f(x) = 0 given an
initial approximation p0:
INPUT: initial approximation p0 tolerance TOL
maximum number of iterations NO.
OUTPUT: ...
Category:
matlab Upload User:
huling Size:
1K
-
[
Matlab]
nrlfppg_14bus.rar
This is inportent program for energy sector engineers. This matlab code is based on Newton Rapshion load flow calculations. Use it.
Category:
matlab Upload User:
hujie_8866 Size:
13K
-
-