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
works in current git
added test [bf00d65eb12ccc39a2cf8e3c6b8a6fe21c0f3d7e]
Commit: [bf00d6]
Log in to post a comment.
Correction:
limit(exp(x^2+%i*x),x,inf)should beinfinity(complex infinity), notund.works in current git
added test [bf00d65eb12ccc39a2cf8e3c6b8a6fe21c0f3d7e]
Related
Commit: [bf00d6]