Question: asymptotic expansion of integrals in maple?

browsing on math.stackexchange I came across this maple code:

asympt(int(sqrt(-k^2+1)*exp(I*k*x), k = -1 .. 1), x, 2)

that gave the correct answer:

https://math.stackexchange.com/questions/532394/how-to-analyze-the-asymptotic-behaviour-of-this-integral-function

so I wondered would it not be great if maple done asymptotic expansion of integrals in general.

say as an example Li(x).  Can maple expand Li(x) and how?

 

Please Wait...