one pound

35 Reputation

5 Badges

7 years, 107 days

MaplePrimes Activity


These are questions asked by one pound

Supposing as a nice simple example I use the power series command,

series(ex, x=0,8)

to get,

1+x+12x+ 16x+ 124x+ 1120x+ 1720x+ 15040x7

Is there automated anyway to get this as a Sigma representation? 

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?

 

1 2 3 Page 3 of 3