Message Boards Message Boards

0
|
3993 Views
|
1 Reply
|
1 Total Likes
View groups...
Share
Share this post:

[?] Exchange the order of integral and summation?

Posted 7 years ago

Hey guys:

I am wondering is there any coding which could make exchange of order of integral and summation automatically. Please check the table in my nb file.

I met a lot of integral of Hypergeometric series, which is an infinite summation of power series (You may safely assume convergence here). As Mathematica could calculate hypergeometric function for any values, I believe if we do an exchange of order first, it is possible to have the numerical results. Expecting any ways to see the numerical results of the table in the nb file.

Attachments:
POSTED BY: Zhehao Zhang

I would first use rational numbers such as 1/2 instead of floating point numbers such as 0.5. Then you can use Series:

Series[g[t], {t, 0, 5}]
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract