Message Boards Message Boards

0
|
346 Views
|
3 Replies
|
6 Total Likes
View groups...
Share
Share this post:

No result for a summation in V12

Posted 27 days ago

I tried to solve a summation with Mathematica 12 but seems it can't solve it. Can somebody help me?

POSTED BY: Reza rho
3 Replies

Try with numerical values for the parameters, for example

With[{\[Omega] = 0, k = 1/2, A = 1},
 Sum[Sqrt[(E^(-(2 + n) \[Omega]/T)  (-1 + E^(\[Omega]/T))^2 + 
      A  k^n n)^2 + 4 A^2 k^(2 n)], {n, Infinity}]]

If that does not give a closed form, then the general case is hopeless too.

POSTED BY: Gianluca Gorni

Do you have a reason to expect that the summation is analytically computable? Have you tried some simple cases with specific numerical values for some of the parameters?

POSTED BY: David Reiss
Posted 26 days ago

it Converges for 0<k<1. im not sure if there is a analytical solution for it.

POSTED BY: Reza rho
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