On 2012-06-08, Dima Pasechnik <dimp...@gmail.com> wrote: > ------=_Part_945_16506275.1339145007731 > Content-Type: text/plain; charset=ISO-8859-1 > > > > On Friday, 8 June 2012 07:32:02 UTC+2, Benjamin Jones wrote: >> >> Well, Maxima 5.26.0 just hangs... >> >> Maxima 5.26.0 http://maxima.sourceforge.net >> using Lisp ECL 11.1.1 >> 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. >> (%i1) integrate(ln(1+4/5*sin(x)), x) > > > you forgot ';' ! > For me it works: > sage: maxima_console() > ;;; Loading > #P"/usr/local/src/sage/sage-5.1.beta1/local/lib/ecl/sb-bsd-sockets.fas" > ;;; Loading #P"/usr/local/src/sage/sage-5.1.beta1/local/lib/ecl/sockets.fas" > ;;; Loading > #P"/usr/local/src/sage/sage-5.1.beta1/local/lib/ecl/defsystem.fas" > ;;; Loading #P"/usr/local/src/sage/sage-5.1.beta1/local/lib/ecl/cmp.fas" > Maxima 5.26.0 http://maxima.sourceforge.net > using Lisp ECL 11.1.1 > 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. > (%i1) integrate(ln(1+4/5*sin(x)), x); > / > [ 4 sin(x) > (%o1) I ln(-------- + 1) dx > ] 5 > / > (%i2) > > just to make sure, I tested this on a variety of platforms (MacOSX 10.6.8 (on Core 2 Duo), 32-bit Linux, 64-bit Linux) and this works.
So the bug seems to be in the Sage interface to Maxima (to the Maxima library, AFAIK) Dima -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org