limit(x*exp(%i*x),x,inf) => und; should be infinity limit(x+x*exp(%i*x),x,inf) => inf; should be infinity limit(1+x*exp(%i*x),x,inf) => 1; should be infinity
Correction: limit(x+x*exp(%i*x),x,inf) should be und. x+x*exp(%i*x) is equivalent to 2*x*cos(x/2)*exp(%i*x/2), which vanishes at every odd multiple of %pi.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Another:
Correction:
limit(x+x*exp(%i*x),x,inf)should beund.x+x*exp(%i*x)is equivalent to2*x*cos(x/2)*exp(%i*x/2), which vanishes at every odd multiple of%pi.Fixed by commit [5fd39c].
Related
Commit: [5fd39c]