Group Abstract Group Abstract

Message Boards Message Boards

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

No result for a summation in V12

Posted 1 year 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
Posted 1 year ago
POSTED BY: Reza rho
POSTED BY: David Reiss
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard