ugly weird expression to be passed to R??



On Mon, Jul 28, 2008 at 4:47 PM, dlakelan <dlakelan at street-artists.org> wrote:

> Does anyone have a suggestion for how to clean up this expression in
> maxima before outputting to fortran?

Try "optimize" which looks for common subexpressions.

By the way, since Maxima includes a numerical minimization algorithm
(LBFGS) I think it is worth a try to see if you can do the whole problem
in Maxima. If you can send me some example data I will give it a try.

Robert Dodier