How to use Maxima to do a nonlinear fit?



On 11/15/06, Raymond Toy <raymond.toy at ericsson.com> wrote:

> There is the lbfgs package written by Robert Dodier.  Perhaps that
> will do what you want.  Type "load(lbfgs);" to load it.

Well, to give credit where credit is due, the LBFGS code (Fortran)
was written by Jorge Nocedal and released into the public domain.
I only made a Lisp translation (via f2cl) and made a Maxima interface.

best
Robert