Menu

#2527 exponent too big in limit

None
closed
5
2013-01-01
2012-12-29
No
limit ((cosh(sqrt(x+1))-cosh(sqrt(x)))^(1/sqrt(x)),x,inf );
 => Maxima encountered a Lisp error:
  overflow during multiplication of large numbers

The immediate cause is that Maxima wants to calculate (POWER '4 '-7431782400)
but I didn't investigate what chain of events led to that.

Example above is with Clisp. CMUCL gives a similar error while SBCL and ECL simply grind away indefinitely.

Additional discussion: http://www.math.utexas.edu/pipermail/maxima/2012/030337.html

Discussion

  • Dan Gildea

    Dan Gildea - 2013-01-01
    • status: open --> closed
    • assigned_to: Dan Gildea
     
  • Dan Gildea

    Dan Gildea - 2013-01-01

    Fixed in tlimit.lisp

    taylim: remove $logcontract to keep nested taylor expansions
    from exploding.

     

Log in to post a comment.