REVNEW
Newton Method with Reverse Communication
REVNEW
is a FORTRAN77 program which
is a simple demonstration of solving a system of nonlinear equations
with Newton's method, using reverse communication.
Licensing:
The computer code and data files described and made available on this web page
are distributed under
the GNU LGPL license.
Related Data and Programs:
KELLEY,
a MATLAB library which
can seek solutions of systems of nonlinear equations.
MINPACK,
a FORTRAN90 library which
is a minimization
package for which most of these problems were used as tests,
as part of ACM TOMS algorithm 566.
Reference:
-
James Ortega, Werner Rheinboldt
Iterative Solution of Nonlinear Equations in Several Variables,
SIAM, 1987,
ISBN13: 978-0898714616,
LC: QA297.8.O77.
-
Werner Rheinboldt,
Methods for Solving Systems of Nonlinear Equations,
SIAM, 1998,
ISBN: 089871415X,
LC: QA214.R44.
Source Code:
Examples and Tests:
List of Routines:
-
REVNEW solves a small system of nonlinear equations.
-
R8_EPSILON returns the R8 roundoff unit.
-
DAXPY computes constant times a vector plus a vector.
-
DDOT forms the dot product of two vectors.
-
DGEFA factors a double precision matrix by gaussian elimination.
-
DGESL solves a linear system factored by DGEFA.
-
DSCAL scales a vector by a constant.
-
DSWAP interchanges two vectors.
-
IDAMAX finds the index of element having maximum absolute value.
-
TIMESTAMP prints out the current YMDHMS date as a timestamp.
You can go up one level to
the FORTRAN77 source codes.
Last revised on 04 January 2009.