On Friday, November 23, 2012 4:13:41 AM UTC-5, mmarco wrote: > > The problem exists in maxima too: > > > Maxima 5.26.0 http://maxima.sourceforge.net > using Lisp ECL 12.2.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) limit((2^x+3^x)^(1/x),x,inf); > (%o1) 3 > (%i2) declare(a,integer); > (%o2) done > (%i3) limit((2^a+3^a)^(1/a),a,inf); > (%o3) inf > > Still present in the more recent Maxima.
Maxima 5.28.0 http://maxima.sourceforge.net using Lisp SBCL 1.0.55.0-abb03f9 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) limit((2^x+3^x)^(1/x),x,inf); (%o1) 3 (%i2) limit((2^a+3^a)^(1/a),a,inf); (%o2) 3 (%i3) declare(a, integer); (%o3) done (%i4) limit((2^a+3^a)^(1/a),a,inf); (%o4) inf (%i5) Do you mind reporting this to their bug tracker? > > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To post to this group, send email to sage-devel@googlegroups.com. To unsubscribe from this group, send email to sage-devel+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/sage-devel?hl=en.