Subject: ugly weird expression to be passed to R??
From: Robert Dodier
Date: Mon, 28 Jul 2008 18:29:54 -0600
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