Tim Kelley's NEW Nonlinear Equations Book
C. T. Kelley
These are the
codes for my
book in the
for my
Fundamentals of Algorithms
series from
SIAM .
I have update the solvers with new Matlab codes
KL and KNL , but am not supporting Matlab
anymore.
Your best bet is to use my fresh new
Julia codes
Software collection
- MATLAB.tar.gz a tarball of the
whole thing
- The solvers for systems of equations:
- nsold.m
Newton's method, direct factorization of Jacobians
- nsoli.m
Newton-Krylov methods, no matrix storage
- brsola.m
Broyden's method, no matrix storage
- Chapter 1: Introduction
- Chapter 2: Finding the Newton Step with Gaussian Elimination
using nsold.m
- Chapter 3: Newton-Krylov Methods using
nsoli.m
- Chapter 4: Broyden's Method using
brsola.m
Last modified: August 27, 2002