Powell's hybrid method in Mathematica
A Mathematica code by Ken D. Olum for simultaneous equations using
Powell's hybrid (or "dogleg") method, described in M. J. D. Powell, "A
hybrid method for nonlinear equations", in Numerical methods for
nonlinear algebraic equations, Philip Rabinowitz, editor, chapter 6,
pages 87-114, Gordon and Breach Science Publishers, New York, 1970.
Only the case for the Jacobian is known analytically is implemented.
Files in this distribution
powell.m — Mathematica code for Powell's hybrid
method of solving simultaneous nonlinear equations
manual.text — Manual for powell code
LICENSE — The GNU General Public License, Version
3
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public
License as published by the Free Software Foundation, either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.