-
-
[
Matlab]
chazhifa.rar
This procedure for the use of a given node, seeking the unknown node interpolation method, including the Lagrange interpolation method and Newton' s forward interpolation
Category:
matlab Upload User:
xayxjz Size:
1K
-
-
-
[
Visual C++ (VC++)]
123456.rar
Power flow on computing, methods for the Newton Raphson method, suitable for students in Electrical Engineering and Automation
-
[
C/C++]
Newton.zip
This is a numerical method for a computer program, use please use the VC++ environment can be directly run.
-
[
Matlab]
mulNewtonSOR.rar
The code for the Newton-SOR iteration method for solving nonlinear equations. Its call format [r, m] = mulNewtonSOR (F, x0, w, h, eps) where F: equations, x0: the initial solution of equations, w: SOR iterative factor, h: numerical integration constant, ...
Category:
matlab Upload User:
btbosheng Size:
1K
-
[
Matlab]
mulDNewton.rar
The code for Newton' s method for solving nonlinear equations. Its call format [r, m] = mulDNewton (F, x0, eps) where F: non-linear equations, x0: initial solution, eps: solution accuracy r: obtain a set of solution, n : the number of iterative steps ...
Category:
matlab Upload User:
huazi90960 Size:
1K
-
-
[
Visual C++ (VC++)]
ndf.rar
Simulate a very simple function that is used Newton s method to calculate its extreme, can be modified into a universal function of annealing process
-
[
Matlab]
mulVNewton.rar
Newton' s method for solving nonlinear equations, absolute and effective for common use.