On 05/13/2013 06:51 PM, Raymond Toy wrote:
>>>>>> "Dennis" == Dennis J Darland <student at dennisdarland.com> writes:
> Dennis> The complicated casse does ok.
>
> Dennis> The f(x) case hangs.
>
> I don't think any one is disputing that the f(x) case hangs on your
> system. What would be interesting to see is if it still hangs when
> you update your 5.24 version of maxima to something newer if possible.
I did the following
------ taylor.max -----
display2d : false;
integrate(taylor(f(x),x,a,1),x);
------ taylor.max -----
and killed maxima after a minute.
My Maxima is compiled from sources,
SBCL is the Fedora package.
Maxima 5.29.1 http://maxima.sourceforge.net
using Lisp SBCL 1.1.2-1.fc18
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
The function bug_report() provides bug reporting information.
STYLE-WARNING: redefining MAXIMA::$FILE_TYPE in DEFUN
Andre
> Using (roughly) git HEAD,
>
> (%i17) integrate(taylor(f(x),x,a,100),x)$
> Evaluation took 0.0300 seconds (0.0300 elapsed) using 3.991 MB.
> (%i18) integrate(taylor(f(x),x,a,500),x)$
> Evaluation took 0.3100 seconds (0.2600 elapsed) using 22.794 MB.
>
> (Running with cmucl on a pretty fast Linux box.)
>
> Ray
>
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>