Menu

#4162 limit(exp(x^2+%i*x),x,inf)

None
open
nobody
limit (151)
5
2023-12-30
2023-07-27
No

Wrong--this limit should be und, not inf

    limit(exp(x^2+%i*x),x,inf);
    inf

The limit of the rectanular form is OK

    limit(rectform(exp(x^2+%i*x)),x,inf);
    und

Maxima version 5.47.0

Discussion

  • Robert Dodier

    Robert Dodier - 2023-11-04
    • labels: --> limit
     
  • Barton Willis

    Barton Willis - 2023-12-30

    Correction: limit(exp(x^2+%i*x),x,inf) should be infinity (complex infinity), not und.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.