Menu

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

None
closed
nobody
limit (217)
5
2026-08-26
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.

     
  • Dan Gildea

    Dan Gildea - 2026-08-26
    • status: open --> closed
     

Log in to post a comment.