Wrong--this limit should be und, not inf
und,
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
Correction: limit(exp(x^2+%i*x),x,inf) should be infinity (complex infinity), not und.
limit(exp(x^2+%i*x),x,inf)
infinity
und
Log in to post a comment.
Correction:
limit(exp(x^2+%i*x),x,inf)
should beinfinity
(complex infinity), notund
.